WebLogic Messaging Store-and-forward service not working [message #675072] |
Fri, 08 March 2019 01:40 |
oramoin
Messages: 9 Registered: June 2008
|
Junior Member |
|
|
Hi All,
I am facing an issue between SAF Configuration.
Below is my environment details.
Platform > AIX 7.1
OSM Version > 7.3.5.0.0
Oracle WebLogic > 12c 12.2.1.3.0
Oracle Fusion Middleware > 12c 12.2.1.2.0
Oracle DB > 12.1.0
Configuration Details:
Two Domains configure on same machine:
SOM Domain
COM Domain
Configuring a SAF (Store-and-forward) between COM To SOM domain:
Source side Configuration details:
=================================
For both of the COM and SOM go to domain name >security from weblogic admin console. DONE
COM:
====
JMS Server: XXXJMSServer
JMS MOdel: XXXJMSSystemModule
Connection Faxtory: OSMJMSCF
Connection Faxtory JNDI Name: jms/OSMJMSCF
Queue: TestLocalQueue
JNDI Name: jms/TestLocalQueue ==> COM to SOM
Steps:
SAFSource 10.254.XXX.XX:10001 ==> COM
SAFDestination 10.254.XXX.XX:11001 ==> SOM
1- SAF Persistent JMS Store:
- Name : TestFileStore
2- Create Remote SAF Context in the JMS Module
- Name: TESTRemoteSAFContext
- URL: t3://10.254.172.94:11001 ==> SOM
3- SAF Error Handling:
- TESTSAFErrorHandling
4- Create SAF Imported Destination in Jms Module.
Name: TESTSAFImportedDestinations
Prefix the JNDI name: TEST.
Here is my Subdeployment details:
- Name: TestSubDeployment
- Resources: TESTSAFImportedDestinations
- Target: TESTSAFAgent
5- Queue in SAF Imported Destination
- Queue Name: TESTSAFQueue
- Remote JNDI Name: TestRemoteQ
- Local JNDI Name: TestLocalQueue
6- Create a Store and Forward Agent and have the agent type as Both. Target it to the Admin Server.
- Name: TESTSAFAgent
- Scope: Global
- Persistent Store: TestFileStore
- Agent Type: 'Sending-only'
SAF Configuration:
------------------
SOM:
====
Target side Configurations:
===========================
JMS Server: TESTJMSServer
JMS MOdel: TestJMSModule
Source side subdeployment: TESTSubDeployment
Connection Factory Name: jms/TESTConnectionFactory
Connection Faxtory JNDI Name: jms/TESTConnectionFactory
Queue: TestRemoteQ
JNDI Name: jms/TestRemoteQ ==> COM to SOM
Problem:
I am inserting the massage in COM local queue 'TestLocalQueue' which is map with my SAF agent. but the the massage stuck in the Queue and not transferring the Remote Queue 'TestRemoteQ'
, anybody have an idea what wrong with my configuration why the massage is transferring.
I hope you people understand my problem in the above detail description.
Need help its very urgent.
Regard
|
|
|
|
|
|
|
|
|
|
|