We have a use case where we want to read messages from JMS queue maintained in weblogic server from another weblogic server.
Setup is something like this -
Weblogic Server -1 Domain-1 has a distributed JMS queue Q1 Weblogic Server -2 Domain-2 has a Application A
Application A want to read messages from Q1
Questions:
a. First of all, Is it possible for Application-A to read messages from weblogic JMS queue which is in some other server ?
b. Can we setup Q1 on Server-2 as foreign JMS queue, so that Application A can access it as local resource.
c. I understand when there is only one server, we can access it using hostname i.e jms://hostname/connectionFactory/jmsQueuename, however In clustered setup, how do we access the JMS resource ? how the URL will look like ?