Author |
Message
|
banjar1 |
Posted: Thu Feb 26, 2009 1:55 am Post subject: Saving publish/subscribe configuration? |
|
|
Acolyte
Joined: 29 Nov 2006 Posts: 54 Location: FRA
|
Hi,
We are using P&S mechanism for implementation of one-to-many message forwarding (as it was easiest for us to implement). That is I have a couple of stream queues where I publish certain messages. For each stream I have several Remote Queues registered as subscribers (using MQExplorer). That works nice, but has two major drawbacks:
- using MQExplorer is not convenient/fast enough for our requirements (we are developing binaries for use in Shell instead, so this problem is on it's way to be solved)
- saveqmgr does not save the P&S information - which queues are subscribed to which streams. And that is the major problem for us now.
Is there any possibility to save P&S settings in a way saveqmgr saves QM configuration?
Thanks and regards,
--
Jarek Banachowicz |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Feb 26, 2009 2:48 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
You can always look at MQDocument
I have not looked at Pub/Sub in much detail yet, but the saving of information is already supported.
Through the mqdocgen beta program I can work with you to see if the restore results are satisfactory. _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
banjar1 |
Posted: Thu Feb 26, 2009 3:18 am Post subject: |
|
|
Acolyte
Joined: 29 Nov 2006 Posts: 54 Location: FRA
|
Well, thanks, but I'm looking for something with no extra cost... I should have mentioned that we run MQ6 and TOPIC and SUB objects are not yet available for us. That is part of the problem, I guess. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 26, 2009 5:07 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
banjar1 |
Posted: Thu Feb 26, 2009 5:30 am Post subject: |
|
|
Acolyte
Joined: 29 Nov 2006 Posts: 54 Location: FRA
|
Wow. Awsome.
And something that would allow me to re-create the subscriptions afetr re-installation of MQ?  |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 26, 2009 6:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
There is no command line option to register a subscription.
You have to send a message to register a subscription. |
|
Back to top |
|
 |
banjar1 |
Posted: Thu Feb 26, 2009 6:12 am Post subject: |
|
|
Acolyte
Joined: 29 Nov 2006 Posts: 54 Location: FRA
|
I was afraid of that. Well then, we move to MQ7.
Thanks to mqjeff for amqspsd and others for answering! |
|
Back to top |
|
 |
|