Author |
Message |
Topic: HttpInputNode and HttpReplyNode in two separate flows? |
Gogol
Replies: 10 Views: 9702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 10:12 am Subject: HttpInputNode and HttpReplyNode in two separate flows? |
Yes it is the ReplyIdentifier , nice guess fjb_saber .
I did a blunder by copying the ReplyIdentifier as CHARACTER, after changing it to BLOB, the flow works like charm. It was a mistake ... |
Topic: HttpInputNode and HttpReplyNode in two separate flows? |
Gogol
Replies: 10 Views: 9702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2012 11:09 am Subject: HttpInputNode and HttpReplyNode in two separate flows? |
Hi rekarm01,
The two flows mentioned by me in my question reside in the same message flow, but they are not connected. So I guess in that situation you may use Shared variable to pass the ReplyIden ... |
Topic: HttpInputNode and HttpReplyNode in two separate flows? |
Gogol
Replies: 10 Views: 9702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2012 11:05 am Subject: HttpInputNode and HttpReplyNode in two separate flows? |
Thanks Lancelotlinc,
Its a good idea to use your way, by avoiding Shared Variable. But I am sending a XML message to the Http Input Node, and I guess the in such a scenario the message has to be a ... |
Topic: HttpInputNode and HttpReplyNode in two separate flows? |
Gogol
Replies: 10 Views: 9702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 15, 2012 11:24 am Subject: HttpInputNode and HttpReplyNode in two separate flows? |
Hi Again,
I am trying to make 2 flows within the same Execution Group.
HttpInputNode>ComputeNode>MQOutPutNode
MQInputNode>ComputeNode>HttpReplyNode.
I am passing the request Iden ... |
Topic: MsgExit for V6 not Working on V7 |
Gogol
Replies: 4 Views: 21827
|
Forum: User Exits Posted: Sun Sep 16, 2012 2:51 am Subject: Thanks fjb_saper |
Let me try that out and see what awaits... Thanks Again
Regards
 |
Topic: MsgExit for V6 not Working on V7 |
Gogol
Replies: 4 Views: 21827
|
Forum: User Exits Posted: Sat Sep 15, 2012 2:53 am Subject: Hi fjb_Saber |
Hi fjb_Saber,
No it's not compiled again as we dont have the source code, the exit is a third party exit, and I am trying to get them to fix this, but don't see any possibility. I just have the pre ... |
Topic: MsgExit for V6 not Working on V7 |
Gogol
Replies: 4 Views: 21827
|
Forum: User Exits Posted: Wed Sep 12, 2012 10:46 pm Subject: MsgExit for V6 not Working on V7 |
Hello Everybody,
We had a MsgExit on MQv6 on SDR Channel that I think copies the msgId to correlId of the messages that are sent to Tandem systems, as the Tandem programs are not written in a way t ... |
Topic: PCF to remote Q.Manager through Binding Mode |
Gogol
Replies: 3 Views: 7118
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 09, 2012 1:39 pm Subject: PCF to remote Q.Manager through Binding Mode |
Hello Everyone,
I am new to this community and has started to work on WMQ.
I am trying to send PCF Command to a Remote Queue Manager through a Local Queue Manager Using Java in Binding M ... |