Author |
Message |
Topic: Incomplete Message received |
yuva670
Replies: 9 Views: 7513
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 13, 2007 2:29 am Subject: Incomplete Message received |
I found out a new thing in this problem. Whenever I send a message from the Websphere MQ to the WAS, the last 428 characters are truncated and received at the destination. So, in order to receive the ... |
Topic: Incomplete Message received |
yuva670
Replies: 9 Views: 7513
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 12, 2007 10:46 pm Subject: Incomplete Message received |
When I send smaller messages from the Websphere MQ to the WAS, the WAS takes them as blank. It receives a message but, a blank one. |
Topic: Incomplete Message received |
yuva670
Replies: 9 Views: 7513
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 12, 2007 4:06 am Subject: Incomplete Message received |
I think the fault is on the WAS side. When I send a message to the Websphere MQ queue, it shows the data length as the actual data length. But when I send a message from Websphere MQ to the WAS, the d ... |
Topic: Incomplete Message received |
yuva670
Replies: 9 Views: 7513
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 12, 2007 3:23 am Subject: Incomplete Message received |
No. I have tested the code using the local queue on the WAS. Now that I am using the queues on the Websphere MQ, I am getting these incomplete messages. |
Topic: Incomplete Message received |
yuva670
Replies: 9 Views: 7513
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 12, 2007 2:45 am Subject: Incomplete Message received |
Hi,
I have implemented a messaging application using Websphere MQ through WAS. Though I am able to send/receive the messages in the WAS, the messages are not complete. I checked the max message ... |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 09, 2007 4:13 am Subject: A complete beginner to MQMD and RFH2 headers |
Hi,
Now, I came to know that we shouldn't mix the JMS and MQ configuration while dealing with the messaging with Websphere MQ.
Thanks for the help. I set up the things using JMS only and the a ... |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 01, 2007 10:37 pm Subject: A complete beginner to MQMD and RFH2 headers |
Hi,
Both the Queue manager and Listener are running.
I am working with the Rational Application Developer and have Websphere MQ installed on the system. Now I am trying to set the Websphere MQ JMS p ... |
Topic: A sample RFH2 header |
yuva670
Replies: 4 Views: 11624
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 28, 2007 11:10 pm Subject: A sample RFH2 header |
Thanks for your reply.
It seems to be a MQMD. I think the RFH2 header is in the form of an XML format. So, I need a sample RFH2 header in the form of an XML format... |
Topic: A sample RFH2 header |
yuva670
Replies: 4 Views: 11624
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 28, 2007 8:56 pm Subject: A sample RFH2 header |
Hi,
Can I get a sample RFH2 header. Even a generalized RFH2 structure will do.
Thanks a lot in advance.
 |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 28, 2007 8:45 pm Subject: A complete beginner to MQMD and RFH2 headers |
I got the LinkedException:
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2059
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:219)
at com.ibm.mq.MQBin ... |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 28, 2007 5:41 am Subject: A complete beginner to MQMD and RFH2 headers |
Thanks...
Should I use the getCause method to retrieve the LinkedException? |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 28, 2007 5:14 am Subject: Trying to send and receive message to/from Websphere MQ |
Hi,
I am trying to send/receive messages from Websphere MQ from/to the Websphere Application Server 6.0. I have made the settings accordingly in the admin console of the server into the Websphere MQ ... |
Topic: Using Java link |
yuva670
Replies: 1 Views: 2655
|
Forum: General IBM MQ Support Posted: Tue Feb 27, 2007 8:44 pm Subject: Using Java link |
where can I find the Using Java manual? Please help.
Thanks in advance. |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 27, 2007 4:52 am Subject: A complete beginner to MQMD and RFH2 headers |
Thanks Vitor.
I will read the references that you had mentioned earlier and get information about these things. I got the AP guide and reference but couldn't find the Using Java manual.
Thanks on ... |
Topic: A complete beginner to MQMD and RFH2 headers |
yuva670
Replies: 16 Views: 17522
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 27, 2007 4:16 am Subject: A complete beginner to MQMD and RFH2 headers |
Thanks vitor ...
i need some more details .... I need to pick a message from a MQ (which would be a XML message) and translate that to OSI(pretty much a string object)...but i need to fetch some deta ... |