Author |
Message |
Topic: MQMessage receiving problem |
gopal reddy
Replies: 7 Views: 6553
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 12, 2006 9:43 pm Subject: MQMessage receiving problem |
Following is the link to the MQ patch
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=wsmqcsd&S_PKG=csd08&cp=UTF-8# |
Topic: MQMessage receiving problem |
gopal reddy
Replies: 7 Views: 6553
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 12, 2006 2:39 am Subject: MQMessage receiving problem |
MQMessage consists of xml data which is packed as string and sent using writeUTF().
In MDB i am able to receive this message by casting it to JMSBytesMessage.But some times it works fine and someti ... |
Topic: MQMessage receiving problem |
gopal reddy
Replies: 7 Views: 6553
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 11, 2006 2:46 am Subject: MQMessage receiving problem |
i should use only the following statement
msgText = myMessage.readUTF();
b'coz i am receiving this message through MDB.In that i have only this option to read a message.
If anyone has a solution ... |
Topic: MQMessage receiving problem |
gopal reddy
Replies: 7 Views: 6553
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 10, 2006 12:22 am Subject: MQMessage receiving problem |
Hi all,
Thanks for all the help u have done all these days.
I got another problem while receiving MQMessage.Following is the code i have witten for receiving the message.
Following code works fine ... |
Topic: how to lookup MQQueueConnectionFactory,MQQueueManager |
gopal reddy
Replies: 1 Views: 3830
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 09, 2006 1:34 am Subject: how to lookup MQQueueConnectionFactory,MQQueueManager |
Hi to all members.I am new to this group.
I am trying to lookup the connection factory and q manager by using the following code.I am doing this lookup from the system where the Websphere AS is ru ... |
Topic: how to lookup MQQueueConnectionFactory,MQQueueManager |
gopal reddy
Replies: 3 Views: 8643
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 02, 2006 6:14 am Subject: how to lookup MQQueueConnectionFactory,MQQueueManager |
Hi to all members.I am new to this group.
I am trying to lookup the connection factory and q manager by using the following code.I am doing this lookup from the system where the Websphere AS is run ... |