Author |
Message |
Topic: NameSpace Prefix problem for the MRM root tag |
Bhawesh
Replies: 1 Views: 2077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 10, 2006 1:20 pm Subject: NameSpace Prefix problem for the MRM root tag |
It is not clear if you do not want MRM root tag or you want to associate a namespace with your MRM root tag. Getting rid of the MRM root tag alltogether should be easy - just space out in the XML wire ... |
Topic: 2 process ids for 1 execution group |
Bhawesh
Replies: 2 Views: 2382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 12, 2006 7:42 am Subject: 2 process ids for 1 execution group |
I recently faced similar situation (though in QA) when two version of same flows were running in separate execution groups. The older flow was not visible from the toolkit, but after stoping the newer ... |
Topic: repeating incoming mrm format |
Bhawesh
Replies: 2 Views: 2145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2004 9:08 am Subject: repeating incoming mrm format |
Just wanted to understand what you're trying to do :-
For the given example, if you want to send 40 message, each of them being a set of 1000 record itself. Yes! you can do that. Check your MRM def ... |
Topic: MQReply node sends 'Datagram' instead of 'Reply' |
Bhawesh
Replies: 4 Views: 4178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 24, 2004 11:10 am Subject: MQReply node sends 'Datagram' instead of 'Reply' |
Compute mode option is set as 'Message'. Tried with both 'MQReply' and 'MQOutput' node, the message types are flipped to 'Datagram'.
Haven't explored the Destination List option yet and do not kn ... |
Topic: MQReply node sends 'Datagram' instead of 'Reply' |
Bhawesh
Replies: 4 Views: 4178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 24, 2004 6:51 am Subject: MQReply node sends 'Datagram' instead of 'Reply' |
Three test that I did so far with message(type is 'Reply') arriving at the 'MQInput'. node.
1) Without any compute node I had the input message (type is 'Reply') routed to the reply-to-q. Message g ... |
Topic: Passing data from a request flow to response flow |
Bhawesh
Replies: 9 Views: 4450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 23, 2004 12:47 pm Subject: Passing data from a request flow to response flow |
You may also explore aggregation nodes to fan-out and fan-in, though little more complex than the other solutions already suggested. |
Topic: MQReply node sends 'Datagram' instead of 'Reply' |
Bhawesh
Replies: 4 Views: 4178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 23, 2004 12:33 pm Subject: MQReply node sends 'Datagram' instead of 'Reply' |
I tried using 'MQReply' and 'MQOutput' node to route messages to Reply-To-Queue. I see messages being routed to appropriate queues but they all have the message type of 'Datagram' instead of 'Reply'. ... |
Topic: Re : Usage of FIELDNAME Function |
Bhawesh
Replies: 10 Views: 6980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 22, 2004 7:23 am Subject: Re : Usage of FIELDNAME Function |
I cannot verify this at this time, and since you have already tested various ways to accomplish that, would you also check if this piece of code works after inserting it at appropriate place in approp ... |