WAIT TIME messages

2009-02-20 Thread Luana87
Hello, I'm starting to use ActiveMQ v5.2.0 and I need to manage the time wherein a message can remain hanging by a thread before be send in a queue. How can I do to resolve this problem? I would like to establish a max time that the message can lie in wait. I am wondering which the correct way is

WAIT TIME messages

2009-02-20 Thread Luana87
Hello, I'm starting to use ActiveMQ v5.2.0 and I need to manage the time wherein a message can remain hanging by a thread before be send in a queue. How can I do to resolve this problem? I would like to establish a max time that the message can lie in wait. I am wondering which the correct way is

Re: Message PRIORITY

2009-02-17 Thread Luana87
Thank you for your response. Luana James.Strachan wrote: > > 2009/2/16 Luana87 : >> >> >> >> James.Strachan wrote: >>> >>> 2009/2/16 Luana87 : >>>> >>>> Hello, >>>> I'm starting to use ActiveMQ v5.2.0 and

Re: Message PRIORITY

2009-02-16 Thread Luana87
James.Strachan wrote: > > 2009/2/16 Luana87 : >> >> Hello, >> I'm starting to use ActiveMQ v5.2.0 and I need to prioritize messages >> sent >> from only one producer. >> I am wondering which the correct way is. >> In particular I wou

Message PRIORITY

2009-02-16 Thread Luana87
Hello, I'm starting to use ActiveMQ v5.2.0 and I need to prioritize messages sent from only one producer. I am wondering which the correct way is. In particular I would like to understand which the difference is between message.setJMSPriority(priority) and sender.setPriority(priority) where messag