Author |
Message |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 9:52 pm Subject: Dynamically set MQOutput Transaction property |
Missed simple thing here, forgot to copy OutputLocalEnvironment = InputLocalEnvironment in 2nd compute node..and it is working now. |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 8:25 pm Subject: Dynamically set MQOutput Transaction property |
I have declared the above statements in two different compute nodes,
In Compute node1:
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].transactionMode = 'no';
In Compute node 2:
SE ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 4:54 am Subject: Dynamically set MQOutput Transaction property |
Thank you Simbu and fjb_saper . It got worked. |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 4:14 am Subject: Dynamically set MQOutput Transaction property |
Sorry, I couldn't get you |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 3:27 am Subject: Dynamically set MQOutput Transaction property |
If I set only the below statement then it is working-
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].transactionMode = 'no';
But, I need to set both transactionMode and queueName pro ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 3:02 am Subject: Dynamically set MQOutput Transaction property |
In the compute node previous to MQOutput node, I set it as below-
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].transactionMode = 'no';
SET OutputLocalEnvironment.Destination.MQ.Desti ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 2:14 am Subject: Dynamically set MQOutput Transaction property |
Thanks Simbu for your inputs. I will check.
But, if we set MQOutput node Transaction mode as 'Automatic', the message transactionality is derived from the way that it was specified at the input n ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 1:06 am Subject: Dynamically set MQOutput Transaction property |
If I change the MQOutput node transaction mode set as 'No' then messages committed immediately. But I don't want to set this. I want to do it dynamically since MQOutput node is defined in subflow. Fr ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 15, 2016 12:59 am Subject: Dynamically set MQOutput Transaction property |
I have set all the below properties as false-
OutputRoot.Properties.Transactional, OutputRoot.Properties.Persistence, OutputRoo.MQMD.Transactional,OutputRoot.MQMD.Persistence
If MQOutput node T ... |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 14, 2016 11:36 pm Subject: Dynamically set MQOutput Transaction property |
I am setting as below-
SET OutputRoot.Properties.Transactional = 'No'
In debug mode, after the compute node, it is showing as Transactional = 'false' only.. |
Topic: Dynamically set MQOutput Transaction property |
rajkumarpav
Replies: 16 Views: 10255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 14, 2016 10:39 pm Subject: Dynamically set MQOutput Transaction property |
I am placing an error message in queue whose Transaction property is set to Automatic. Prior to this output node, there is a compute node in which I'm setting OutputRoot.Properties.Transactional = 'No ... |
Topic: Environment variables not accessing after exception raised |
rajkumarpav
Replies: 10 Views: 4219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2016 9:52 am Subject: Environment variables not accessing after exception raised |
I will post it as soon as its available. Thank you for your guidance. What is OP? |
Topic: Environment variables not accessing after exception raised |
rajkumarpav
Replies: 10 Views: 4219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2016 8:47 am Subject: Environment variables not accessing after exception raised |
Environment tree |
Topic: Environment variables not accessing after exception raised |
rajkumarpav
Replies: 10 Views: 4219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2016 8:19 am Subject: Environment variables not accessing after exception raised |
I am closely looking into entire message assembly while in debug mode and also going through inside compute node. The compute mode of the compute node property is "Message". I can see the as ... |
Topic: Environment variables not accessing after exception raised |
rajkumarpav
Replies: 10 Views: 4219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2016 8:07 am Subject: Environment variables not accessing after exception raised |
The version of toolkit is 8.0 I came to know about this issue after stepping through the flow in debug mode only. Before compute node I could see all the environment variables which I had sent in mq ... |