Author |
Message |
Topic: MQ binding - Business object with array of child BOs |
bharathvn
Replies: 0 Views: 5682
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Dec 29, 2010 4:47 am Subject: MQ binding - Business object with array of child BOs |
Hello,
I am trying to develop an MQ to MQ scenario in WPS 6.2.
I am trying to fetch the data from input queue with one header and array of line items. for eg. There is a customer business object tha ... |
Topic: Message logging using Channel exits. |
bharathvn
Replies: 8 Views: 7458
|
Forum: General IBM MQ Support Posted: Thu Sep 23, 2010 6:22 pm Subject: Message logging using Channel exits. |
Thanks to all..
I will update in this thread about the decision that we took and the result of it.
-
Bharath |
Topic: Message logging using Channel exits. |
bharathvn
Replies: 8 Views: 7458
|
Forum: General IBM MQ Support Posted: Tue Sep 21, 2010 8:03 am Subject: Message logging using Channel exits. |
Thanks mqjeff and vitor for your reply.
@vitor.
1. Most of the time we need to drop the message that already sent to client again for several business reasons. in that time if we have the message ... |
Topic: Message logging using Channel exits. |
bharathvn
Replies: 8 Views: 7458
|
Forum: General IBM MQ Support Posted: Mon Sep 20, 2010 9:53 am Subject: Message logging using Channel exits. |
Sorry I missed an information.
We need to have a copy of the messages that goes out and comes in, in a local queue rather than a file.
For Eg. messages that goes out should be in Q.OUT.LOG.
and tha ... |
Topic: Message logging using Channel exits. |
bharathvn
Replies: 8 Views: 7458
|
Forum: General IBM MQ Support Posted: Mon Sep 20, 2010 1:58 am Subject: Message logging using Channel exits. |
Hello,
We have requirement to log all the messages that comes in and goes out of our queue manager.
Earlier our MQ was in AIX system, we were using a c++ program in channel exits. Now we migrated to ... |
Topic: Problem in getting Japanese Chars from MQ message |
bharathvn
Replies: 10 Views: 18416
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 25, 2010 8:44 pm Subject: Problem in getting Japanese Chars from MQ message |
I was facing a similer issue with my code.
I added the below line during intialization. and it worked!
MQEnvironment.CCSID=1208;
The platform that my queue manager is installed on is RedHat Li ... |