Author |
Message |
Topic: Can i read the message put by MQ Native API, using JMS API. |
say_2_anil
Replies: 12 Views: 7908
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 04, 2006 2:15 am Subject: Can i read the message put by MQ Native API, using JMS API. |
Thanks for your inputs |
Topic: Can i read the message put by MQ Native API, using JMS API. |
say_2_anil
Replies: 12 Views: 7908
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 01, 2006 4:50 am Subject: Can i read the message put by MQ Native API, using JMS API. |
Hi,
My requirement is like that only,
There is a source application which puts the message onto MQ Server using the native API.
and My destination application will receive the messag ... |
Topic: Can i read the message put by MQ Native API, using JMS API. |
say_2_anil
Replies: 12 Views: 7908
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 01, 2006 3:30 am Subject: Can i read the message put by MQ Native API, using JMS API. |
I tried to cast the received message (which was pushed using MQ Native MQMessage) to TextMessage, but it has given ClassCastException.
when i tried to print the JMSType using Message.getJMSType(). ... |
Topic: How to access Put application name & MsgID using JMS. |
say_2_anil
Replies: 4 Views: 3953
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 01, 2006 3:17 am Subject: How to access Put application name & MsgID using JMS. |
Thanks for the reply,
Every time a new Message ID being generated,
I was setting the MessageID for the TextMessage before sending the message to the queue, but a new MessageID is generating at the ... |
Topic: Can i read the message put by MQ Native API, using JMS API. |
say_2_anil
Replies: 12 Views: 7908
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 01, 2006 3:14 am Subject: Can i read the message put by MQ Native API, using JMS API. |
Hi,
We did put a message onto the queue using MQ Native API (using MQMessage).
I require that to be read by JMS Client.
Now How can i access that message using JMS API, i mean by whi ... |
Topic: How to access Put application name & MsgID using JMS. |
say_2_anil
Replies: 4 Views: 3953
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 30, 2006 11:21 pm Subject: How to access Put application name & MsgID using JMS. |
Hi,
I am using JMS Client to push message into the MQ Series MQ,
in my code, am setting the Message ID using the following statement.
textMsg.setJMSMessageID("3000");
... |
Topic: Connection Pool while working with JMS |
say_2_anil
Replies: 3 Views: 2789
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 17, 2006 4:45 am Subject: Connection Pool while working with JMS |
I am not using any AppServer here.
Had a MQSeries Server installed,
Using FileSystem service provider for binding the QueueManager and queue objects into JNDI namespace.
Had a JMS Client, whic ... |
Topic: Connection Pool while working with JMS |
say_2_anil
Replies: 3 Views: 2789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 16, 2006 11:20 pm Subject: Connection Pool while working with JMS |
Hi,
with the following Administration command
DEF QCF(testQCF) HOST(localhost) PORT(1414) CHANNEL(SEV.CONN) QMGR(GER_Q) TRAN(client) USECONNPOOLING(Yes)
we can bind the QueueManager as Qu ... |