Posted: Wed Aug 05, 2009 12:21 am Post subject: Publication node not sending response
Novice
Joined: 03 Jul 2009 Posts: 14
Which fileds in Properties folder and MQMD folder specifies that we need a response for a publication sent?
We have already set the MQMQ.<sgType to Request(1) and ReplyToQ .
Are there any other fileds required?
Its working fine for me when i send a message over MQ but not working for HTTP
The log says :
2009-08-05 09:49:17.373098 5092 UserTrace BIP7080I: Node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmPSService': The Publication Node with Subscription Point ''PAQ/XML'' has received a message of type 'Publish'.
The Publication Node with Subscription Point ''PAQ/XML'' has started processing a message.
No user action required.
2009-08-05 09:49:17.373521 5092 UserTrace BIP7081I: The Publication Node has matched '1' subscriptions to topic ''VAFPortal/Signio/EAPP/PAQ/XML'' for subscription point ''PAQ/XML''.
The Publication Node has matched subscriptions for the current publication and topic.
No user action required.
2009-08-05 09:49:17.373582 5092 UserTrace BIP7082I: Node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmPSService': Publishing to destination 'BRKQM:SUBOUT' for user 'c20999370'.
A publication destination is being added to the list of destinations to 'BRKQM:SUBOUT' for user 'c20999370'.
No user action required.
2009-08-05 09:49:17.373620 5092 UserTrace BIP7085I: Node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmPSService': The Publication Node has propagated a message to its output terminal for subscription point ''PAQ/XML''.
The Publication Node has propagated the current message to its output terminal.
No user action required.
2009-08-05 09:49:17.379049 5092 UserTrace BIP2638I: The MQ output node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmMQOutput' attempted to write a message to queue ''SUBOUT'' connected to queue manager ''BRKQM''. The MQCC was '0' and the MQRC was '0'.
2009-08-05 09:49:17.379264 5092 UserTrace BIP2622I: Message successfully output by output node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmMQOutput' to queue ''SUBOUT'' on queue manager ''BRKQM''.
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
I think you could possibly be a little confused.
According to the log extract a message was successfully sent to MQ (see the last 2 entries)
Quote:
2009-08-05 09:49:17.379049 5092 UserTrace BIP2638I: The MQ output node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmMQOutput' attempted to write a message to queue ''SUBOUT'' connected to queue manager ''BRKQM''. The MQCC was '0' and the MQRC was '0'.
2009-08-05 09:49:17.379264 5092 UserTrace BIP2622I: Message successfully output by output node 'MF_EXTRN_SBSA_PublishTopic1.PUB_EAPP_XML.ComIbmMQOutput' to queue ''SUBOUT'' on queue manager ''BRKQM''.
MQCC = 0 & MQRC = 0 indicates that a message was sent to MQ ok.
I guess you are trying to replicate the functionality present with MQ using HTTP.
IF so, what you have to do is read the MQ response message from the replyToQueue and use that to send the HTTP response.
A publish node uses MQ under the hood hence the need to specify a ReplyToQueue.
But there again, I might be wrong but something very similar was asked less than a week ago (IIRC) _________________ 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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum