Author |
Message |
Topic: Using aggregation for multiple transport |
Veera B
Replies: 1 Views: 1602
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 10, 2013 12:58 am Subject: Using aggregation for multiple transport |
Hi ALL,
I am having a situation where i have to use Aggregation for messages going to multiple transports. ( one is MQ and the other is TCP).
the MQ route Aggregation works fine, but the TCP req ... |
Topic: Fixed length msg but varying num of records |
Veera B
Replies: 2 Views: 2931
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 1:38 am Subject: Fixed length msg but varying num of records |
Paltform is AIX.
MB 6.1.0.10
CWF
Not finding similar posts till now, will try more.
Trying few things like, Setting NullLiteralFill to SPACE in message set, for encoding null.
Currently t ... |
Topic: Fixed length msg but varying num of records |
Veera B
Replies: 2 Views: 2931
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 12:30 am Subject: Fixed length msg but varying num of records |
Hi All,
I am having a message set which parses a 6000 lenght CWF message.
The 6000 bytes are repeating number of (40 times) records or transactions.
The number of records are varying but the ... |
Topic: Custom requirement for aggregation Fan-in messages |
Veera B
Replies: 2 Views: 3397
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 04, 2013 6:19 pm Subject: Re: Custom requirement for aggregation Fan-in messages |
Hope the below link helps you.
while my message flow is pretty complex already, i am not sure i can use all that logic for control messages.
I just connected the control terminal of aggr ... |
Topic: Custom requirement for aggregation Fan-in messages |
Veera B
Replies: 2 Views: 3397
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 03, 2013 1:52 am Subject: Custom requirement for aggregation Fan-in messages |
Hi All,
I am following the aggregation sample provided in samples and having a different requirement from the sample provided.
in the sample Fan out message flow, the creator has used fixed numb ... |
Topic: Aggregation + Msg body not propogating to another flow |
Veera B
Replies: 4 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 03, 2013 1:43 am Subject: Aggregation + Msg body not propogating to another flow |
Problem Solved ..
I was populating the message body in a procedure and propagating the fan out messages from Procedure itself, but instead,
if i create the fan out messages from the ma ... |
Topic: Aggregation + Msg body not propogating to another flow |
Veera B
Replies: 4 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 02, 2013 10:56 pm Subject: Aggregation + Msg body not propogating to another flow |
Did you follow all the steps mentioned here
http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/topic/com.ibm.etools.mft.doc/ac12290_.htm
Yup, doing all the steps mentioned in the above lin ... |
Topic: Aggregation + Msg body not propogating to another flow |
Veera B
Replies: 4 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 02, 2013 7:10 pm Subject: Aggregation + Msg body not propogating to another flow |
Hi All,
I have a situation where i am using aggregation nodes to send multiple messages to one of my mock msg flows for Unit testing.
The problem here is, once the message flows from aggregation ... |
Topic: Extra bytes/characters in MRM message |
Veera B
Replies: 6 Views: 3266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 20, 2013 6:11 am Subject: Re: Extra bytes/characters in MRM message |
Fix the message set associated with the MRM domain so that when it serializes the message tree it doesn't think it needs to pad the message?
Set the CCSID correctly so that you don't get byte or ... |
Topic: Extra bytes/characters in MRM message |
Veera B
Replies: 6 Views: 3266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 20, 2013 5:49 am Subject: Extra bytes/characters in MRM message |
Hi All,
I am having a situation where the fixed length message sent to another application via MQ queue has Extra characters in the beginning, but if I see in visual debugger, there is nothing extr ... |
Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Veera B
Replies: 11 Views: 6675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 6:31 am Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Applications cannot share a TCP/IP port number on the same machine. This applies to all platforms.
So if the broker wide listener is using 8080, no other application can run it. Not even your exec ... |
Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Veera B
Replies: 11 Views: 6675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 1:53 am Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Hi Esa,
but this port 8080 is also the broker wide http listener... but I need my webservice also to use this port...
if i try to use this port with out explicitly setting to EG, I get ...
& ... |
Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Veera B
Replies: 11 Views: 6675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 12:08 am Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Yes, Pretty Sure. because if i run the below command i get 8080...
mqsireportproperties SomeBRK -b httplistener -o HTTPConnector -n port |
Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Veera B
Replies: 11 Views: 6675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 11:45 pm Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Hi Esa,
Ok, comment noted. The situation is, i am setting port number explicitly for an EG, I run the command mqsichange properties, mqsireload and even restart broker.
even after all this when ... |
Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Veera B
Replies: 11 Views: 6675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 11:11 pm Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ? |
Hi ALL,
Having a problem of setting Port Number to EG, containing Soap Input node, in AIX. MB V6.1.
But the strange thing is, before trying to test in AIX, i tested in development box, which is ... |