Dean Hiller [http://community.jboss.org/people/deanhiller2001] created the 
discussion

"equivalent of Websphere's Asynchronous remote queues"

To view the discussion, visit: http://community.jboss.org/message/552197#552197

--------------------------------------------------------------
Websphere had this in their docs..

"+Asynchronous+ remote queues are queues used to send messages to remote queues 
and can store messages pending transmission. They cannot remotely retrieve 
messages. If the network connection is established, messages are sent to the 
owning queue manager and queue. However, if the network is not connected, 
messages are stored locally until there is a network connection and then the 
messages are transmitted. This allows applications to operate on the queue when 
the device is offline. As a result, these queues temporarily store messages at 
the sending queue manager while awaiting transmission."

I am looking for the same EXACT thing in JBoss.  We have 4 jboss clusters(8 
nodes total) and we want to send a message from one of 3 clusters to the single 
receiving cluster and once sendMsg returns, we want it so it is delivered 
regardless of if the receiving cluster is down or not.  Is this possible? I am 
still trying to go down this path to find out if it can be done(and how to do 
it if it can be done), but at least an answer of can it be done or not would be 
fabulous.

thanks,
Dean

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/552197#552197]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to