Author |
Message
|
doll |
Posted: Sat Dec 04, 2010 7:33 am Post subject: WMB version 7 Subscribe directly from version 6 publishers |
|
|
Novice
Joined: 04 Dec 2010 Posts: 19
|
Hi,
Is there any way for message broker v7 to subscribe for messages that are published from message broker v6 publishers
Thanks in Advance  |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Dec 04, 2010 8:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What happens when you try it? |
|
Back to top |
|
 |
zpat |
Posted: Sat Dec 04, 2010 8:59 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Publish = put on queue, Subscribe = get from queue
So your question really is "is there any way for messages to get from one queue manager to another?". |
|
Back to top |
|
 |
smdavies99 |
Posted: Sat Dec 04, 2010 12:17 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
zpat wrote: |
Publish = put on queue, Subscribe = get from queue
So your question really is "is there any way for messages to get from one queue manager to another?". |
To which the asnwer is Yes providing you publish to a remote queue. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
doll |
Posted: Sun Dec 05, 2010 9:12 am Post subject: |
|
|
Novice
Joined: 04 Dec 2010 Posts: 19
|
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Dec 05, 2010 12:36 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
PSMODE has nothing to do with the the publication to remote QMGRS.
Why do you have an aversion to creating the Remote Queue Definitions? They are not that difficult once you have the SDR Channel & XMITQ defined. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
doll |
Posted: Fri Dec 10, 2010 9:33 pm Post subject: WMB version 7 Subscribe directly from version 6 publishers |
|
|
Novice
Joined: 04 Dec 2010 Posts: 19
|
Thanks for the reply
Its not difficult to create queue and channels,just thought of ways to avoid creating additional objects
As there is no other way,i will go on with the way that can be implemented.
Thanks for the confirmation
 |
|
Back to top |
|
 |
smdavies99 |
Posted: Sat Dec 11, 2010 12:20 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Create yourself a template script that does all the runmqsc definitions for both ends.
Then all you need to do is to change the required params and then run them on the relevant queue managers.
This will not only save you a good deal of time but a good deal of head scratching when you try to do this ONLY through the GUI. There is always one critical bit the seems to be defined wrongly when I've seen people try to do it this way.
One the template is done, stick it away in your toolbox (or memory stick) for the next time it is needed.
Those of us who have been using these tools (WMQ & Broker) for some years all have an arsenal of such things just waiting to be reused when the time is right. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
harish_td |
Posted: Mon Dec 13, 2010 1:36 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
smdavies99 wrote: |
Those of us who have been using these tools (WMQ & Broker) for some years all have an arsenal of such things just waiting to be reused when the time is right. |
WMD = Weapons of Mass Deployment  |
|
Back to top |
|
 |
doll |
Posted: Tue Dec 14, 2010 8:34 pm Post subject: WMB version 7 Subscribe directly from version 6 publishers |
|
|
Novice
Joined: 04 Dec 2010 Posts: 19
|
Thanks for the response!
I will create the script accordingly and store it for reuse  |
|
Back to top |
|
 |
|