Hi, All.

I use J2SDK 1.4.2 + JBoss 3.2.3 + MySQL, and I have a problem when exchange messages 
between server and client by JMS.

client starts and listen to a Queue, and JMS will send messages to the Queue, and 
client will receive message.

When I use QueueSender.send(msg) in server, client can receive message but when the 
client restart and listen to the same Queue, all messages will be received again. 

So I use QueueSender.send(msg,deliveryMode, priority,30000) in server, my means is 
that messages will be removed after 30 seconds. It can work when Jboss & Client run in 
a same machine, but Client cannot receive any message when Jboss and Client run in 
different machines.

Thanks for any help

Jason


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830159#3830159

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830159


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to