hi
I have a problem sending messages to remote queue.I have configured a queue (Queue-1) and a connection factory (connectionFactory1) in a remote system (10.238.115.214) in weblogic 8.1 environment.
I have created localConnectionFactory1 ,localQueue1 ,two bridge destinations destination-1 and destination-2 and a bridge
in my local system (weblogic 8.1)
destination-1 with following parameters:
Adapter-jndi-name:eis.jms.WLSConnectionFactoryJNDIXA
Connection URL:t3://localhost:7001
Initial Context Factory:weblogic.jndi.WLInitialContextFactory
Connection Factory JNDI Name:localConnectionFactory1
Destination JNDI Name:localQueue1
Destination-type: Queue
user name:weblogic
password:weblogic
destination-2 with following parameters:
Adapter-jndi-name:eis.jms.WLSConnectionFactoryJNDIXA
Connection URL:t3://10.238.115.214:7001
Initial Context Factory:weblogic.jndi.WLInitialContextFactory
Connection Factory JNDI Name:connectionFactory1
Destination JNDI Name:Queue-1
Destination-type: Queue
user name:weblogic
password:weblogic
Configured Bridge 'bridge'as:
Source Bridge Destination

estination-1
Target Bridge Destination

estination-2
Selector:
Quality Of Service

uplicate okay
Maximum Idle Time:60s
QOS Degradation Allowed -unchecked
Asynchronous Mode Enabled-checked
Durability Enabled-checked
Started-checked
And then I have written an Application to send a message to "localQueue1"
but I find that message goes to localQueue but remote queue Queue-1 does not receive any message.
Do I need to change any settings in remote server to accept external connections? I even tried by unchecking 'Guest Disabled' in compatibility tab of 'Domain wide security settings' of remote server, but no success.
Please help me..
Thanks..