Author |
Message |
Topic: [Persistence Message?] |
anon_kb
Replies: 3 Views: 3323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 01, 2017 5:03 am Subject: [Persistence Message?] |
Hi FJB,
Thanks for the response. Correct me if I'm wrong, the source application well then send input xml with MQMD Header persistence to the queue then the WMB application will get the message and ... |
Topic: [Persistence Message?] |
anon_kb
Replies: 3 Views: 3323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 01, 2017 4:15 am Subject: [Persistence Message?] |
Sorry for this question, I'm kinda new on this Persistence stuff.
How to identify if an Input message on the queue is persistent or not?
Tried to search on google but it seems I cant find i ... |
Topic: [EXCEPTION] WEIRD PROBLEM! |
anon_kb
Replies: 7 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2016 3:08 am Subject: [EXCEPTION] WEIRD PROBLEM! |
Hi anon
I have this analysis, Is it possible that the Environment.Variables specially on this part "Environment.Variables.FirstElement will retain their previous value(thats why I get an error ... |
Topic: [EXCEPTION] WEIRD PROBLEM! |
anon_kb
Replies: 7 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2016 2:44 am Subject: [EXCEPTION] WEIRD PROBLEM! |
Hi mayheminMQ,
This is my code for that
SET Environment.Variables.FirstElement = FIELDNAME(InputRoot.XMLNSC.(XML.Element)
Shouldn't it say
SET Environment.Variables.FirstElement = FIELDNAME( ... |
Topic: [EXCEPTION] WEIRD PROBLEM! |
anon_kb
Replies: 7 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2016 1:58 am Subject: [EXCEPTION] WEIRD PROBLEM! |
Hi Guys
I have this analysis, Is it possible that the Environment.Variables specially on this part "Environment.Variables.FirstElement will retain their previous value(thats why I get an error ... |
Topic: [EXCEPTION] WEIRD PROBLEM! |
anon_kb
Replies: 7 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2016 1:25 am Subject: [EXCEPTION] WEIRD PROBLEM! |
Hi mayheminMQ,
This is my code for that
SET Environment.Variables.FirstElement = FIELDNAME(InputRoot.XMLNSC.(XML.Element)[1]) ;
Thanks for your reply |
Topic: [EXCEPTION] WEIRD PROBLEM! |
anon_kb
Replies: 7 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2016 12:01 am Subject: [EXCEPTION] WEIRD PROBLEM! |
Hi Guys,
Hope you can help me diagnose an issue on my flow right now. Actually the flow runs good on my environment but on the client it gives them an exception. Anyway the version installed on th ... |
Topic: About DLQ and BOQ? |
anon_kb
Replies: 4 Views: 2160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 8:50 pm Subject: About DLQ and BOQ? |
Thanks for your reply guys. I'll try this and I will give you some feedback after  |
Topic: About DLQ and BOQ? |
anon_kb
Replies: 4 Views: 2160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 4:40 am Subject: About DLQ and BOQ? |
Hi guys,
I have this 1 task on which I don't know if its possible
Situation
There's 1 application that sends input xml message to the WMB and that application sends useless and legit message ... |
Topic: [DELETE] Duplicate Field |
anon_kb
Replies: 4 Views: 3474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2016 4:14 am Subject: [DELETE] Duplicate Field |
instead of using a counter, use 2 references.
Assuming that your list is sorted...
Compare the references:
Check for 1st row, move current row ref to start at row 2. Enter loop.
check current ro ... |
Topic: [DELETE] Duplicate Field |
anon_kb
Replies: 4 Views: 3474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 19, 2016 3:38 am Subject: [DELETE] Duplicate Field |
Hi all,
I just want to ask about deletion of duplicate field and retain one only. Anyway I have this structure
[b]Input[/b]
<detail>
<LineNumber>1</LineNumber& ... |
Topic: GROUP AND SUM UP? NEED ADVICE |
anon_kb
Replies: 9 Views: 3262
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 11, 2016 10:36 pm Subject: [SOLVED] GROUP AND SUM UP? NEED ADVICE |
Hi guys,
Thanks for your suggestions I already solve this problem. I've created temporary variable for the Quantity in the output. In short My temporary Output fields became the Input then I map ... |
Topic: [SPACE] Is this possible? |
anon_kb
Replies: 14 Views: 4689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2016 4:29 am Subject: [SPACE] Is this possible? |
xsd? for message set right? I dont have any xsd. I just have this input xml with a xml field that has a space.
so, is your input message self defining XML ? or you have a message set to describe i ... |
Topic: [SPACE] Is this possible? |
anon_kb
Replies: 14 Views: 4689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2016 3:31 am Subject: [SPACE] Is this possible? |
Please answer both of these questions:
a) is validation enabled in your message flow?
b) does the xsd have a whitespace facet on the simple type that describes this 'empty' tag.
I agree with maur ... |
Topic: [SPACE] Is this possible? |
anon_kb
Replies: 14 Views: 4689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2016 12:10 am Subject: [SPACE] Is this possible? |
I tested it using XML parser and it works. But for this complex flow that I've maintained I think converting it to XML parser is not good.
so, why don't you explain what your "complex flow&q ... |