Author |
Message |
Topic: Setting the Queue name of MQGet Node dynamically |
prakusi
Replies: 5 Views: 3642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 20, 2007 4:09 am Subject: Setting the Queue name of MQGet Node dynamically |
Thnx every body
SET InputLocalEnvironment.MQ.GET.QueueName='THISQUEUE'
This is working fine. i gave some queue name in MqGet node. but i am overwriting the Queue name by using the above state ... |
Topic: Setting the Queue name of MQGet Node dynamically |
prakusi
Replies: 5 Views: 3642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 20, 2007 12:19 am Subject: Setting the Queue name of MQGet Node dynamically |
Can we set the Queue name of MQGet node Dynamically. |
Topic: invoke a webservice |
prakusi
Replies: 1 Views: 1574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 2:26 am Subject: invoke a webservice |
Is it necessary to wrap the XML message with SOAP Header before calling a web service?
Is there any way by which we can can call a webservice without making XML message a SOAP message ? |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 11:03 pm Subject: MB aborting flow in runtime |
thanks elvis_gn
its working fine now. |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:37 pm Subject: MB aborting flow in runtime |
yes you are right!!!
i want do the same as you mentioned. |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:31 pm Subject: MB aborting flow in runtime |
i dont want to propagate if condition is not satisfied.
if condition is satisfied i want to propagate to out otherwise stop the flow. |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:11 pm Subject: MB aborting flow in runtime |
I already tried conditioning out.propagate(assembly)
but when condition is not satisfied its giving error
"unhandeled exception in plugin method" |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:08 pm Subject: MB aborting flow in runtime |
i have to do this in java compute node.
i can't use ESQL code. and in filter node we use ESQL. so i cant use Filter node. |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 10:05 pm Subject: MB aborting flow in runtime |
I already tried out.propagate(assembly)
but error is coming.
"unhandeled exception in plugin method" |
Topic: MB aborting flow in runtime |
prakusi
Replies: 14 Views: 7272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 6:25 am Subject: MB aborting flow in runtime |
I have a MQinput, a Java compute node, and a MQoutput node.
i put some XML message in the queue of MQinput node and because of that flow gets triggred.
i want the flow to be executed after java co ... |