[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Same queue name that exists in different server

2005-12-01 Thread hasegawa.tomohiro
I was able to solve this question by myself. It was possible! Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910209#3910209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910209 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Same queue name that exists in different server

2005-11-29 Thread hasegawa.tomohiro
I apologize that "sama" is typo. > They have Queue of sama name(ex. "queue/ReceiveQueue"). They have Queue of same name(ex. "queue/ReceiveQueue"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909512#3909512 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Same queue name that exists in different server

2005-11-29 Thread hasegawa.tomohiro
First of all, I apologize that I am not good at English. It is assumed that there are two JBoss(4.0.3) server A and B. They have Queue of sama name(ex. "queue/ReceiveQueue"). I want to change the destination according to the content(or property) of the message by using JNDI over HTTP and JMS ov

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: different order between sending and receiving(FIFO)

2005-11-17 Thread hasegawa.tomohiro
Thanks a lot for your reply. Maybe, I will use (1) or (3) to receive messages. BTW, perhaps this is FAQ, but I would like to confirm the following things: "I understand that I should not use AUTO_ACKNOWLEDGE to guarantee delivery of messages in nontransacted sessions. But, I can use AUTO_ACKNOWL

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: different order between sending and receiving(FIFO)

2005-11-15 Thread hasegawa.tomohiro
Thank you so much for your quick reply. I confirmed that the value of the Property(JMSRedelivered) is set to TRUE, too. I sended messages again after changing timeout parameter of receive() method. I tried 20 times for each parameter. The result is below: receive() : the order was correct at 20/

[JBoss-user] [Messaging, JMS & JBossMQ] - different order between sending and receiving(FIFO)

2005-11-15 Thread hasegawa.tomohiro
I installed JBoss 4.0.3(and did not change configuration), and downloaded sample JMS program "jms_tutorial-1_3_1.zip" form http://java.sun.com/products/jms/tutorial/. I sent 3 messages by executing SimpleQueueSender and received them by executing SimpleQueueReceiver as following: 1. execute 3 DOS