Author |
Message |
Topic: onMessage()not recieving messages after Inactive period |
FrodGandalf
Replies: 8 Views: 12000
|
Forum: IBM MQ Java / JMS Posted: Sun May 21, 2006 7:44 pm Subject: onMessage()not recieving messages after Inactive period |
In my case the messages are frequent and need to be processed as soon as they are present in the queue.
I have found the problem -
The MessageListener was listening to messages in a Queue. Then t ... |
Topic: onMessage()not recieving messages after Inactive period |
FrodGandalf
Replies: 8 Views: 12000
|
Forum: IBM MQ Java / JMS Posted: Tue May 16, 2006 10:23 am Subject: onMessage()not recieving messages after Inactive period |
How can I check if the connection has gone to a stopped state?
The application does not stop the connection when it is running. But when the 24x7 application is shut down then at that time I stop ... |
Topic: onMessage()not recieving messages after Inactive period |
FrodGandalf
Replies: 8 Views: 12000
|
Forum: IBM MQ Java / JMS Posted: Mon May 15, 2006 1:13 pm Subject: onMessage()not recieving messages after Inactive period |
Hi,
I have a 24x7 application running on AIX box. It uses the MQ JMS API's to register a JMS listener to a queue. This listener gets the messages and processes them.
This works fine. But sometimes ... |
Topic: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
FrodGandalf
Replies: 11 Views: 22359
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 17, 2006 10:14 am Subject: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
So does this mean that I should NOT be using MQGMO_CONVERT option and instead send/recieve BytesMessage and expect the recieving applications to do the conversion?
or
Should I be using the MQGMO_CO ... |
Topic: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
FrodGandalf
Replies: 11 Views: 22359
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 17, 2006 9:39 am Subject: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
Hi,
I'd heard it was real inefficient to have the channel do the conversion (aside frm the fact it locks in all channel users, to having their data converted)."
"It really does mess ... |
Topic: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
FrodGandalf
Replies: 11 Views: 22359
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 13, 2006 10:17 am Subject: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
So I should be
- While creating the file JNDI definitions for Queue and Queue manager not specify the CCSID/Encodings
- While sending messages to Cobol app on mainframe, use jms TextMessage (This ... |
Topic: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
FrodGandalf
Replies: 11 Views: 22359
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 12, 2006 4:51 pm Subject: How to avoid charset conversion in EBCDIC JMS Bytes Message? |
Hi,
We have the following setup – The MQ Queue manager is on a IBM Z/OS box
Our application is using MQ JMS and is running on AIX box. We have separate request and response queues to communicate ... |