Author |
Message
|
sairam313 |
Posted: Tue Sep 12, 2006 10:55 am Post subject: MQ Series Pub/Sub with Z/OS |
|
|
Newbie
Joined: 12 Sep 2006 Posts: 3
|
Hi,
I am running a JMS application that needs to publish/subscribe to a MQ Series server on mainframe z/OS.
I could get this to work on windows environment wiht the MA0C support pack installation for the broker.
I heard that this base pack won't work in mainframe and I would need to purchase a integrator or event broker to implement pub/sub on mainframe.
Is this true? Is there a similar supportpac for z/OS to add pub/sub feature?
Thanks. Any help is greatly appreciated. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 12, 2006 11:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
MA0C is obsolete as of FixPack 8 of WMQ v 5.3.
You should not use it, even on distributed.
Rather than trusting "what you heard", you should go read the documentation yourself. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sairam313 |
Posted: Tue Sep 12, 2006 11:22 am Post subject: |
|
|
Newbie
Joined: 12 Sep 2006 Posts: 3
|
Quote: |
Rather than trusting "what you heard", you should go read the documentation yourself
|
Thanks for your reply.
I am a developer and not an MQ administrator and I don't have access to the environment. I have been searching for the documentation on z/OS and was unsuccessful, which is why I posted on this forum.
Can some one let me know if I don't have any other option but to install an event broker/integrator to support pubsub on z/OS? I think we are running MQ series 5.x |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 12, 2006 11:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can run the default pub/sub broker on a distributed queue manager, and use it from z/OS applications using distributed queueing techniques and a "remote broker" in your configurations. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sairam313 |
Posted: Tue Sep 12, 2006 11:31 am Post subject: |
|
|
Newbie
Joined: 12 Sep 2006 Posts: 3
|
jefflowrey wrote: |
You can run the default pub/sub broker on a distributed queue manager, and use it from z/OS applications using distributed queueing techniques and a "remote broker" in your configurations. |
Thanks again jefflowrey
Is there a default pub/sub broker on MQ series running on z/OS? I was told there isn't one. My application is not running on z/OS but on Windows in Websphere 5.1 and I am trying to connect to a QM on z/OS. When I do so, I get an error saying the broker is not running.
I experimented with MA0C in local env. which is on Windows. Our prod is in z/OS and the infrastructure guy says this won't work in mainframe. |
|
Back to top |
|
 |
|