Author |
Message |
Topic: BatchCreator using Shared ROW variable |
Ashimashi
Replies: 24 Views: 9014
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 12, 2012 11:54 pm Subject: BatchCreator using Shared ROW variable |
Thank you jeff for the quick reply. Indeed, that is a solution. I remember trying to mess around with it without succeeding. But I'll give it another shot and see how it goes. Thanks again.
//A |
Topic: BatchCreator using Shared ROW variable |
Ashimashi
Replies: 24 Views: 9014
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 12, 2012 7:28 am Subject: BatchCreator using Shared ROW variable |
Hi,
I'm trying to create a batchcreator flow which merges several incoming MQ messages to one outgoing message. I'm using a shared row variable as a placeholder. My approach is as follows:
1. If ... |
Topic: XML output field format |
Ashimashi
Replies: 5 Views: 3039
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 5:10 am Subject: XML output field format |
You guys are totally right. I'm using mqmon to view the output. I toggled the view option to hex to see if I actually had line breaks. Well, I didn't. I viewed a correct formated xml, that I had from ... |
Topic: XML output field format |
Ashimashi
Replies: 5 Views: 3039
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 4:47 am Subject: XML output field format |
Thank you jeff for the quick reply.
I'm parsing from a Tagged Delimited format using MRM. This is then mapped to a canonical xml format.. which finally is mapped to the output xml format in the XML ... |
Topic: XML output field format |
Ashimashi
Replies: 5 Views: 3039
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 4:33 am Subject: XML output field format |
Hi,
I've tried searching about this issue of mine, but it's not the easiest question to specify. I'm trying to reformat my xml field structure ouput from:
<test>
Hello
</test>
... |
Topic: Timeout Notification node replacement |
Ashimashi
Replies: 0 Views: 1166
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 16, 2011 1:19 am Subject: Timeout Notification node replacement |
Hello,
Im using the Timeout Notification node to activate a flow based on a given time interval. I'm trying to rebuild this flow so that it works properly in Entry mode eidition. It seems like the ... |
Topic: Retrieving promoted property value in java |
Ashimashi
Replies: 2 Views: 1932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 08, 2011 6:38 am Subject: Retrieving promoted property value in java |
Thank you mqjeff for pointing that out. I was of course refering to UDP. It wasn't that difficult to look it up once I knew the term I've solved it.
Thanks again.
Sincerely,
A |
Topic: Retrieving promoted property value in java |
Ashimashi
Replies: 2 Views: 1932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 08, 2011 3:17 am Subject: Retrieving promoted property value in java |
Hello,
I was wondering if it's possible to retrieve a promoted property value in java. For instance, in an ESQL you can easily retrieve it by declaring an external variable like so:
DECLARE TEST ... |
Topic: mqsimode entry edition |
Ashimashi
Replies: 6 Views: 4494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 04, 2011 12:04 am Subject: mqsimode entry edition |
We get 7.0.0.1 reported back. |
Topic: mqsimode entry edition |
Ashimashi
Replies: 6 Views: 4494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2011 7:39 am Subject: mqsimode entry edition |
It seems like we missed that the Entry edition function was introduced in 7.0.0.3. We're using 7.0.0.1. Going to download FixPack 3 and give it a go.
Thanks for helping out mqjeff.
/A |
Topic: mqsimode entry edition |
Ashimashi
Replies: 6 Views: 4494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2011 7:20 am Subject: mqsimode entry edition |
we get an "Invalid parameters" output. We're using Broker 7. Are we missing something? We used the latest installation pack because we thought that entry edition was included in it... |
Topic: mqsimode entry edition |
Ashimashi
Replies: 6 Views: 4494
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 03, 2011 6:58 am Subject: mqsimode entry edition |
Hello,
Has anyone tried to change the operation mode of the broker? We're trying to change ours to Entry mode but it seems like the command used to do that (mqsimode) doesn't like 'entry' as a valu ... |
Topic: clearing local environment |
Ashimashi
Replies: 2 Views: 2343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 20, 2011 1:04 am Subject: clearing local environment |
Excellent! Good to know. Thank you very much
/A |
Topic: clearing local environment |
Ashimashi
Replies: 2 Views: 2343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 19, 2011 11:24 pm Subject: clearing local environment |
Hello,
I'm storing messages in the local environment for later logging. I have som questions regarding performance:
- When the logging has occured do you think I need to clear the local environm ... |
Topic: Store input message in local environment |
Ashimashi
Replies: 4 Views: 2678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 12, 2011 1:28 am Subject: Store input message in local environment |
Excellent. Thank you for the tip. Seems like it's working properly
Thanks,
A |