Author |
Message
|
bkiran2020 |
Posted: Thu Jul 25, 2013 6:02 am Post subject: pub sub in MQV 6 using jms |
|
|
 Master
Joined: 20 Jan 2011 Posts: 243 Location: US
|
I know how the pub sub work using wmb v6.
but How we can archive pubsub using jms application and wmq v6.(without broker) |
|
Back to top |
|
 |
zpat |
Posted: Thu Jul 25, 2013 7:04 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
First of all, you don't want to use an old and out of support version of MQ.
But if you were that unwise, then check out strmqbrk
Don't confuse the MQ pub/sub engine (aka a broker) with WMB broker though - different beasts. |
|
Back to top |
|
 |
bkiran2020 |
Posted: Thu Jul 25, 2013 9:06 am Post subject: |
|
|
 Master
Joined: 20 Jan 2011 Posts: 243 Location: US
|
zpat wrote: |
First of all, you don't want to use an old and out of support version of MQ.
But if you were that unwise, then check out strmqbrk
Don't confuse the MQ pub/sub engine (aka a broker) with WMB broker though - different beasts. |
yes i know about strmqbrk command..
In our environnement we are using jms wmq v6 pub sub. How they can perform mq v6 pub sub with out broker... |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 25, 2013 9:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bkiran2020 wrote: |
yes i know about strmqbrk command.. |
Then you know the answer to your own question.
bkiran2020 wrote: |
In our environnement we are using jms wmq v6 pub sub. How they can perform mq v6 pub sub with out broker... |
There is no difference between wmqv6 pub sub using JMS or without JMS except the difference between using JMS & non-JMS normally. Consult the pub/sub part of the WMQv6 InfoCenter for more details.
And I agree with my worthy associate; you shouldn't still be using WMQv6 for anything. Note that WMQv7 has significant improvements in the pub/sub area, to the point that the WMBv7 doesn't do pub/sub but simply hands it off to it's associated queue manager. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
visitraja |
Posted: Fri Oct 04, 2013 9:37 am Post subject: This can be achieved after creating JMS queues on the Broker |
|
|
Novice
Joined: 08 Feb 2012 Posts: 14
|
This can be achieved after creating JMS queues on the Broker
After enabling the MQ broker on the queue manager, you need to add the JMS queues for broker.
please go to the mq bin
location : mq_install_path/java/bin
and execute the JMS script(MQJMS_PSQ.mqsc) on the queue manager to create the necessary JMS queues for the broker to use.
script : MQJMS_PSQ.mqsc
This enables the JMS app to use the MQ broker. |
|
Back to top |
|
 |
|