Author |
Message |
Topic: How to access Input queuename in compute node? |
Vangmayi
Replies: 2 Views: 1944
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2012 11:13 am Subject: How to access Input queuename in compute node? |
I am trying to access MQ Input nodes queuename in compute node. How do i do that?
Please help!
Thanks. |
Topic: Why is it going to both subflows? |
Vangmayi
Replies: 9 Views: 8498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 9:12 am Subject: Why is it going to both subflows? |
Thanks. |
Topic: Why is it going to both subflows? |
Vangmayi
Replies: 9 Views: 8498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 9:07 am Subject: Why is it going to both subflows? |
"If you are using the PROPAGATE statement in your node it is important that you use a RETURN FALSE; to prevent automatic propagation of the message to the next node in the message flow." |
Topic: Why is it going to both subflows? |
Vangmayi
Replies: 9 Views: 8498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 8:48 am Subject: Why is it going to both subflows? |
To prevent any further code execution, i would say "RETURN FALSE".
Am i correct?
Thanks, |
Topic: Why is it going to both subflows? |
Vangmayi
Replies: 9 Views: 8498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 8:29 am Subject: Why is it going to both subflows? |
Yes, i did attend WMB training. |
Topic: Why is it going to both subflows? |
Vangmayi
Replies: 9 Views: 8498
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 8:20 am Subject: Why is it going to both subflows? |
Hi All,
I have 2 subflows connected from compute. I have a written a code such that whenever the input message comes in, it will go to its respective subflow. But the problem is once the message co ... |
Topic: Creating a SubFlow |
Vangmayi
Replies: 3 Views: 2754
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 7:21 am Subject: Creating a SubFlow |
Got it. Thanks Vitor & McueMart. |
Topic: Creating a SubFlow |
Vangmayi
Replies: 3 Views: 2754
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 19, 2012 6:54 am Subject: Creating a SubFlow |
Hi All,
I am trying to create a subflow to my main flow, but when i right click on the flow and go to New--i dont see the Subflow option, also if i go to File--> New even there i dont see the su ... |
Topic: How do i retrieve an auto generated value after Insert stmt? |
Vangmayi
Replies: 9 Views: 5828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2012 9:39 am Subject: How do i retrieve an auto generated value after Insert stmt? |
Yes my company has the policy for same first names, what i mentioned in the code is just an example. There is something else which is an auto generated number and am trying to capture that value from ... |
Topic: How do i retrieve an auto generated value after Insert stmt? |
Vangmayi
Replies: 9 Views: 5828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2012 9:13 am Subject: How do i retrieve an auto generated value after Insert stmt? |
This is how i wrote: Is the logic correct? If it is correct then why is the Eno Unknown and Null?
DECLARE EFName CHARACTER InputRoot.XMLNSC.Employee.Details.nameFirst;
DECLARE ELName CHARACTER ... |
Topic: How do i retrieve an auto generated value after Insert stmt? |
Vangmayi
Replies: 9 Views: 5828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2012 8:49 am Subject: How do i retrieve an auto generated value after Insert stmt? |
Hi,
I am trying to insert values into 3 tables from my input message. EmpNo. is primary key to 1st table, while it is foreign key to the rest tables. I want to retrieve the value of EmpNo after 1st ... |