ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Question Regarding PUB SUB

Post new topic  Reply to topic
 Question Regarding PUB SUB « View previous topic :: View next topic » 
Author Message
v_venugopalan
PostPosted: Fri Dec 12, 2003 8:31 am    Post subject: Question Regarding PUB SUB Reply with quote

Novice

Joined: 25 Nov 2003
Posts: 12
Location: INDIA

Hi....
I have a Small Problem in Publication of Messages in WMQI 2.1. NT Version

I have a Message which is to be published on a Topic.. So that The Subscribers will Subscribe for that Topic..

I have a MRM Type Message ( Transformed From XML to MRM using a COBOL Copy Book Message Set in a Compute Node)

I need to Publish this Topic.

My Publication ESQL Looks like this.........
Quote:

SET OutputRoot=InputRoot;
SET OutputRoot.Properties.Topic='CLIENTMERGE';
SET OutputRoot.MQMD.Format= 'MQRFH2';
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQSTR';
SET OutputRoot.MQRFH2.(MQRFH2.Field)NameValueCCSID = 1208;
SET OutputRoot.MQRFH2.psc.Command='Publish';
SET OutputRoot.MQRFH2.psc.Topic='CLIENTMERGE';
SET OutputRoot.MRM.*= InputRoot.MRM.*;


And i have A Publication node to Publish this..

My Subscription ESQL Looks Like This...
Quote:

SET OutputRoot.MQRFH2.(MQRFH2.Field)Version = 2;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQSTR';
SET OutputRoot.MQRFH2.psc.Command = 'RegSub';
SET OutputRoot.MQRFH2.psc.Topic = "InputBody"."Sub"."Topic";
SET OutputRoot.MQRFH2.psc.QMgrName = "InputBody"."Sub"."QmgrName";
SET OutputRoot.MQRFH2.psc.QName = "InputBody"."Sub"."QName";


And in input XMl to this Flow i am giving the Topic Name "CLIENTMERGE".

It works Fine when the Message at the Publication Node is in XML Format..
(the message goes to the subscriber's Q as specified)
But it does not work when the Message is MRM Format...
(Nothing happens.. the message does not go to the Subscriber's Q and not event to the BROKER.CONTROL.Q)

Can Anyone tell me Whether anything Spl. has to be done for MRM Message..and how to go about it.....
TX
_________________
VV
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 12, 2003 10:04 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Have you verified the format of your publication message with a trace node right before the publish node?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Question Regarding PUB SUB
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.