Author |
Message |
Topic: Aggregate nodes performance |
WBI_developer
Replies: 11 Views: 8781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 8:37 am Subject: Aggregate nodes performance |
I used rfhutil performance tools. I measured the throughput of the rount-trip time. I had a mqtimes2.exe listening to the queue where the response flows are putting messages. |
Topic: Aggregate nodes performance |
WBI_developer
Replies: 11 Views: 8781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 6:17 am Subject: Aggregate nodes performance |
Thank You au@kosa. However, in my POC I have only one connection to the out terminal of the Aggregate Control node. Does Aggregate Reply node execute in multithreaded fashion? |
Topic: Aggregate nodes performance |
WBI_developer
Replies: 11 Views: 8781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 5:40 am Subject: Aggregate nodes performance |
Thank You for all inputs. I agree that it is an overkill to use aggregate nodes and I wanted to find out how much of an overkill it is to use the aggregate nodes and tested their performance. To my su ... |
Topic: Aggregate nodes performance |
WBI_developer
Replies: 11 Views: 8781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 09, 2007 4:37 pm Subject: Aggregate nodes performance |
Hello All,
I am running into a strange problem. I am working on Aggregate nodes POC and their usability in our project. As part of the POC I am comparing the performance of Aggregate nodes ... |
Topic: NULL handling in MRM XML |
WBI_developer
Replies: 3 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 1:14 pm Subject: NULL handling in MRM XML |
Thanks Kimbert that helps. I dont have to spend more time trying to remove the attributes. |
Topic: NULL handling in MRM XML |
WBI_developer
Replies: 3 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 1:12 pm Subject: NULL handling in MRM XML |
Sorry I didn't post much information. I am using WBIMB v5.4. The MRM referred is an XML MRM which is created from an XSD. |
Topic: NULL handling in MRM XML |
WBI_developer
Replies: 3 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 12:17 pm Subject: NULL handling in MRM XML |
Hello all,
I am having trouble removing attributes which have a value NULL in the output node. The message set seems to be replacing all the NULL values with empty string. I have tried all t ... |
Topic: MQ Input problem |
WBI_developer
Replies: 3 Views: 3431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 23, 2005 1:16 pm Subject: MQ Input problem |
Thanks for all the responses. Yes, your guess was correct. The messages that I was receiving were grouped by the source system which is creating that wierd behavior. |
Topic: MQ Input problem |
WBI_developer
Replies: 3 Views: 3431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 23, 2005 11:47 am Subject: MQ Input problem |
Hello guys,
I have a strage problem. I have an ordinary flow which converts from CWF to XML. When I put the message in the input queue using RFHutil the message flow doesn't seem to pick ... |
Topic: MRM to BLOB without using the Message set |
WBI_developer
Replies: 13 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 6:32 am Subject: MRM to BLOB without using the Message set |
Thanks a lot for all your responses. Kimbert, I liked your solution but I did not want to lose all the properties data which has the original message data. Also I didn't want to use another node as I ... |
Topic: MRM to BLOB without using the Message set |
WBI_developer
Replies: 13 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 1:17 pm Subject: MRM to BLOB without using the Message set |
Hi,
I think I did not explain my requirement clearly. I am trying to save my original message as BLOB when an error occurs. In the error handler I am trying to copy the original message as BLOB f ... |
Topic: MRM to BLOB without using the Message set |
WBI_developer
Replies: 13 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 10:53 am Subject: MRM to BLOB without using the Message set |
Thank you. Here are the different ASBITSTREAM commands I used to make it work. none of them worked.
ASBITSTREAM(InputBody, InputRoot.MQMD.Encoding,InputRoot.MQMD.CodedCharSetId)
ASBITSTREAM(I ... |
Topic: MRM to BLOB without using the Message set |
WBI_developer
Replies: 13 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 7:56 am Subject: MRM to BLOB without using the Message set |
Hi,
Thanks a lot for your responses. I thought of using an RCD node but I didn't want to use an extra node also my requirement needed me to create blob with in compute node. As for ASBITSTRE ... |
Topic: MRM to BLOB without using the Message set |
WBI_developer
Replies: 13 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 08, 2005 1:33 pm Subject: MRM to BLOB without using the Message set |
Hello,
I have a requirement wherein I have to create a BLOB of the input MRM. I could use ASBITSTREAM but it requires the usage of message set. I do not want to do it like that as I want to ... |
Topic: File Input node |
WBI_developer
Replies: 3 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2005 5:18 am Subject: File Input node |
Thanks a lot for answering my questions. since it is one of the basis requirements I thought they might have already had a support pac for that. Atleast now I know that I will have to code for sure. T ... |