[JBoss-user] Re: [JBoss-dev] JMS - priority queueing

2002-10-31 Thread T. Subramanian
message to the queue, specifying delivery mode, priority, and time to live. Regards, Adrian From: "T. Subramanian" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] JMS - priority queueing Date: Wed, 30 Oct 2002 22:24:15 +0530 Hi All,

[JBoss-user] JMS - priority queueing

2002-10-26 Thread T. Subramanian
Hi All, I am using JBoss 3.0.0 version. When I tried with JMS examples that uses the priority , it doesn't work as expected. Following are the steps I have done. In a class used to send JMS messages to a queue I set the priority ranging from 0 -9. I used setJMSPriority(int) method in TextMess

[JBoss-user] JMS - priority queueing

2002-10-25 Thread T. Subramanian
Hi All, I am using JBoss 3.0.0 version. When I tried with JMS examples that uses the priority , it doesn't work as expected. Following are the steps I have done. In a class used to send JMS messages to a queue I set the priority ranging from 0 -9. I used setJMSPriority(int) method in TextMess