Author |
Message |
Topic: Accessing XML tags and their values |
Harman
Replies: 7 Views: 6886
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2020 7:14 pm Subject: Accessing XML tags and their values |
@Vitor , ok . So the <third> is kind of array again which needs to be handled in a loop like <second> . Got it . Thank you ! |
Topic: Accessing XML tags and their values |
Harman
Replies: 7 Views: 6886
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2020 9:09 am Subject: Accessing XML tags and their values |
@Vitor I tried playing around with XML.Element and XML.Attr but I dont think I am doing it in a correct way.
Something like
DECLARE test_var CHAR FIELDVALUE(InputRoot.XMLNSC.parent.first.second[1 ... |
Topic: Accessing XML tags and their values |
Harman
Replies: 7 Views: 6886
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2020 6:07 am Subject: Accessing XML tags and their values |
Hi , I have XML structure like this :
<parent>
<first>
<second>
<third attr="name" attr1="test1" />
<third a ... |
Topic: Error Handling using nested try catch nodes |
Harman
Replies: 5 Views: 5784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2020 4:52 am Subject: Error Handling using nested try catch nodes |
Thank you @Vitor and @abhi_thri for your valuable inputs . |
Topic: Error Handling using nested try catch nodes |
Harman
Replies: 5 Views: 5784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 23, 2020 5:02 am Subject: Error Handling using nested try catch nodes |
@Vitor the compute node which may throw user exception is immediately after the Subflow2 . |
Topic: Error Handling using nested try catch nodes |
Harman
Replies: 5 Views: 5784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 23, 2020 3:28 am Subject: Error Handling using nested try catch nodes |
Hi
Currently , my flows looks like
Subflow 1 : Input -> TryCatch -> Subflow2 -> Output
Subflow 2 : Input -> TryCatch -> HTTP -> Output
What is happening in my scenario i ... |
Topic: Query regarding pause and resume a message processing |
Harman
Replies: 6 Views: 9170
|
Forum: General IBM MQ Support Posted: Sun May 17, 2020 4:32 am Subject: Query regarding pause and resume a message processing |
@gbaddeley : Thank you for your reply. To answer your questions, it a UI event based. So I have a button of pause and play . On Pause , it will stop the message from being processed in the consecutive ... |
Topic: Query regarding pause and resume a message processing |
Harman
Replies: 6 Views: 9170
|
Forum: General IBM MQ Support Posted: Sun May 17, 2020 4:29 am Subject: Query regarding pause and resume a message processing |
@Vitor: Thank you for your reply. I got your point . Let me try these approaches suggested by you . |
Topic: Query regarding pause and resume a message processing |
Harman
Replies: 6 Views: 9170
|
Forum: General IBM MQ Support Posted: Wed Apr 22, 2020 4:19 am Subject: Query regarding pause and resume a message processing |
Hi Experts
I am working on a project which has couple of message flows all of which are MQ input initialized . After one is completed , the other starts. I have requirement wherein I want to pause ... |