Author |
Message |
Topic: Issue with deleting client request under usr folder. |
Lebowski
Replies: 7 Views: 7198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 04, 2017 2:07 am Subject: Issue with deleting client request under usr folder. |
1) are you dealing with an MQ message or something else?
Yes it's an xml MQ message
2) where is the sample data structure coming from? (How did you get the sample?)
Sample is just the MQRFH2 heade ... |
Topic: Issue with deleting client request under usr folder. |
Lebowski
Replies: 7 Views: 7198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 04, 2017 12:14 am Subject: Issue with deleting client request under usr folder. |
DECLARE storeRef REFERENCE TO OutputRoot.MQRFH2;
DECLARE found BOOLEAN FALSE;
DECLARE CLIENT_NAME CONSTANT CHAR 'servicename';
DECLARE originalRef REFERENCE TO storeRef;
MOVE storeRef ... |
Topic: Issue with deleting client request under usr folder. |
Lebowski
Replies: 7 Views: 7198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2017 7:00 am Subject: Issue with deleting client request under usr folder. |
Hi all,
Encountered an issue and I'm really scratching my head over it.
In the message flow we are using aggregation folders to store the original messages.
On the response coming from the ba ... |
Topic: Problem assigning namespace prefix |
Lebowski
Replies: 6 Views: 4230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 14, 2017 4:55 am Subject: Re: Problem assigning namespace prefix |
If you want a namespace to have a specific prefix you need to insert the correspondant namespace declaration in the message tree.
From memory so you may want to check against the infocenter...
D ... |
Topic: Problem assigning namespace prefix |
Lebowski
Replies: 6 Views: 4230
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 14, 2017 4:04 am Subject: Problem assigning namespace prefix |
Hi all,
I'm having an issue with assigning a namespace prefix. The external company that is to receive this message is expecting a specific prefix rather than the default Input message
<xmlexam ... |
Topic: Converting single character to hex low value RM value |
Lebowski
Replies: 3 Views: 2994
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 20, 2016 5:14 am Subject: Converting single character to hex low value RM value |
After coming back and looking over this I realise I didn't quiet explain this fully.
The problem is stemming from the values going to the back end in a message set and the local element length only ... |
Topic: Converting single character to hex low value RM value |
Lebowski
Replies: 3 Views: 2994
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2016 5:23 am Subject: Converting single character to hex low value RM value |
Hi everybody,
I'm attempting to make alterations to a flow which passes messages through to an RM backend system. What I'm looking to do is put in a temporary fix for a defect which is happening a ... |