[JBoss-user] [Messaging, JMS JBossMQ] - Message ordering

2005-02-04 Thread GreyDeath
I have the sitation that a SessionBean sends 3 messages to a queue in one transaction. 15:24:49,157 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 2 15:24:49,160 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 3 15:24:49,162 INFO

[JBoss-user] [Messaging, JMS JBossMQ] - Message Ordering

2004-10-20 Thread nath
hi friends, I am new to jms.I have a problem. I have multiple sender programs which sends messages to a Queue concurrently and have a single receiver program which receives messages from the queue. Sender1 sends 10 messages sender2 sends 10 messages etc. When I receive the

[JBoss-user] [Messaging, JMS JBossMQ] - message ordering in MDB from queue

2004-09-02 Thread parkenf
Hi I've got an application design problem: I have an (arbitrary) number of clients calling (synchronously) methods on a stateless session bean. I want to release these clients quickly, by using JMS, without seriously compromising the total execute time of all these calls. I have written this so