Author |
Message
|
vineet.rawat |
Posted: Tue Sep 13, 2005 9:29 pm Post subject: PUBLISH MESSAGE |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 36
|
is is possible to publish a message without using MQRFH header in it. So that message is put just as a normal API put call containing only the user data.
Further Broker can do a content search and find out the correct subscriber for it. |
|
Back to top |
|
 |
Nigelg |
Posted: Tue Sep 13, 2005 11:01 pm Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
No, the RFH2 header contains the publish metadata. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
vineet.rawat |
Posted: Wed Sep 14, 2005 1:33 am Post subject: Is it possible then Without a topic or say blank topic |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 36
|
Is it possible to add MQRHF header but blank topic in it. Which language did u use to implement publication of messages? I have samples in C language but finding it very hard to convert it into Object Pascal.
Please reply in case you know any tool that can help me into this |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 14, 2005 3:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Can you link MQ against Object Pascal?
I'd suggest, strongly, reading the Publish/Subscribe User's Guide.
What are you actually trying to do, that you want to publish messages without topics at all? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 14, 2005 5:28 am Post subject: Re: PUBLISH MESSAGE |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
vineet.rawat wrote: |
Further Broker can do a content search and find out the correct subscriber for it. |
If you want to start messing with the content of the message, then you need to get away from the "MA0C" publish/subscribe broker for base WMQ and start looking at the WBI Event/Message broker products. |
|
Back to top |
|
 |
|