Groups > Weblogic > WebLogic Java Message Service > Re: Configuring JMS queues with SAF on WL9.2




Re: Configuring JMS queues with SAF on WL9.2

Re: Configuring JMS queues with SAF on WL9.2
Thu, 8 May 2008 10:25:43 -0700
SAF forwards each message exactly once, as designed.   

If you need the same message to go to multiple servers, and the servers are not
clustered, I think you will need to come up with a custom solution.   Perhaps it
could be as simple as configuring a topic on the local server, and deploying an
MDB on each remote server where each MDB is configured to use a uniquely named
durable subscriber to the topic as the source, and the MDB application in turn
sends the message to the local queue.  Alternatively you could use a
"messaging bridge" on each remote server instead of an MDB.

You might be interested in the following FAQ:

http://edocs.bea.com/wls/docs100/jms/interop.html

Post Reply
about | contact