Author |
Message
|
gobi_nathan |
Posted: Mon May 19, 2003 4:52 am Post subject: Message selector - JMS |
|
|
Acolyte
Joined: 08 Jan 2003 Posts: 69
|
Can the message published in the single topic,will be retrived by multiple subscribers using the content of the message.
I want to send the same message(publishing in single topic) in the different format for the multiple subscribers.I know this is available in MQSI using the subscription point.Can the same function will be implemented in MQ java base classes and JMS. |
|
Back to top |
|
 |
skn |
Posted: Tue Jun 03, 2003 1:43 pm Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
i too had similar question early on.i dont think thats possible because only MQSI can parse the messages and make sense out of them.Hope i am right.  |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Jun 03, 2003 5:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
If you want to do some kind of message reformatting for various publishers, your going to be using WMQI to get it done since it is what will do the reformatting. |
|
Back to top |
|
 |
gobi_nathan |
Posted: Tue Jun 03, 2003 8:12 pm Post subject: |
|
|
Acolyte
Joined: 08 Jan 2003 Posts: 69
|
Hi all ,
Even though,if we go for MQSI.I know we can reformat the message and publish it into different subscribtion point.
But,Can the simple MQ subscribers written in any language will get the messages using the subscribtion point or else all the subscribers needs the MQSI ?
-Gobi |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jun 04, 2003 7:05 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'm not 100% sure that I understand your last comment. In order for any subscribers in MQ to get messages, they have to work through a broker. This can be the MA0C SupportPac or any of the WMQI products. The MQSeries qmgr by itself doesn't handle the pub/sub. Is this what you are asking?
edited for clarification...Programs will use the regular MQ APIs to get their subscriptions. They won't actually work through the broker. The broker will take the publications and put messages on the subscriber queues.
Last edited by bower5932 on Wed Jun 04, 2003 8:27 am; edited 1 time in total |
|
Back to top |
|
 |
skn |
Posted: Wed Jun 04, 2003 7:53 am Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
well u can have your subcribers in any language.that would amount to a simple GET(hope thats what u were after). |
|
Back to top |
|
 |
jackie |
Posted: Tue Jun 10, 2003 12:34 pm Post subject: |
|
|
 Novice
Joined: 01 Jun 2003 Posts: 20 Location: NYC
|
I think it is mater of design issue. Utilizing MQSI in every possible is good, but there is some performance issues related to that also.
If you can do it in JAVA before sending it out so that MQSI does not have to do anything is good too. It really depends upon your design requirements.
cheers, |
|
Back to top |
|
 |
|