|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Does JMS destination supports JMSpriority ? |
« View previous topic :: View next topic » |
Author |
Message
|
KIT_INC |
Posted: Wed Apr 04, 2012 4:33 am Post subject: Does JMS destination supports JMSpriority ? |
|
|
Knight
Joined: 25 Aug 2006 Posts: 589
|
I have this on the IBM developer forum for a week with no luck. I hope that some one here can help.
In IBN MQ when I do an MQGET call, I can get message FIFO or by priority. This is determined by the attribute of the MQ queue 'MSGDLVSQ(FIFO)' or 'MSGDLVSQ(PRIORITY)' . The MQ application does not have to do any change on the MQGET call.
When I use the default JMS provider on WAS, is there an equivalent setting for the JMS destination so that I do not have to change the application ? If yes, can someone point me to which parameter to set ? If there is a need to change the application, where do I have to change if I am using the onmessage() method? |
|
Back to top |
|
 |
mqsiuser |
Posted: Wed Apr 04, 2012 5:27 am Post subject: Re: Does JMS destination supports JMSpriority ? |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
Can you switch from the "Default messaging provider" to the "WebSphere MQ messaging provider" !?
KIT_INC wrote: |
This is determined by the attribute of the MQ queue 'MSGDLVSQ(FIFO)' or 'MSGDLVSQ(PRIORITY)'[...]
When I use the default JMS provider on WAS, is there an equivalent setting for the JMS destination so that I do not have to change the application ? If yes, can someone point me to which parameter to set ? |
In WAS you will have Queue connection factories: That's QMGRs (queue manager connection-information) basically... and Queues
On the Queues: Select a queue and then go to "MQ Config" and then there is "Message delivery sequence"... it shows "FIFO" and I am able to change it (with drop-down) to "Priority"
KIT_INC wrote: |
If there is a need to change the application, where do I have to change if I am using the onmessage() method? |
I guess that is the wrong place _________________ Just use REFERENCEs |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 04, 2012 8:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you can change anything (force a different value from the MQAdmin default ones) you will find it in the JNDI setup.
Also note that most of those values also translate to a DESTINATION URI
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|