Posted: Wed Dec 24, 2014 9:16 am Post subject: Best way to propagate 2 messages from JCN
Newbie
Joined: 24 Dec 2014 Posts: 4
I have a Java Compute Node that constructs the XML message and places it on the MQ queue. There is a new requirement to place a duplicate message with some minor modifications on the same queue.
Ideally, I would want to utilize the same block of code in my Java Compute Node and place 2 messages on the queue instead of 1.
Any thoughts on the best achieve that?
Can/should I call propagate twice in the same evaluate() method?
Can/should I call propagate twice in the same evaluate() method?
Yes and Yes!
Kind regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
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