Author |
Message |
Topic: Difference between JMS AND WebSphere MQ |
Java_Problem
Replies: 5 Views: 17186
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 28, 2008 1:08 pm Subject: Difference between JMS AND WebSphere MQ |
Hello All,
This may be a very simple question for folks who are doing this stuff then me who just got into this. I have been reading about JMS and WebSphere MQ in particular and have few basic ques ... |
Topic: Need Simple Java Code to connect to WebSphere MQ |
Java_Problem
Replies: 5 Views: 11449
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 23, 2008 6:19 am Subject: Need Simple Java Code to connect to WebSphere MQ |
Though the URL will surely help me when I go indepth, but at this point I am just looking for some plain simple Java code that connects to WebSphere MQ. I have Java 1.5 running and no application serv ... |
Topic: Need Simple Java Code to connect to WebSphere MQ |
Java_Problem
Replies: 5 Views: 11449
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 22, 2008 6:18 pm Subject: Need Simple Java Code to connect to WebSphere MQ |
Hello All
I am looking for a very simple Java code to connect to WebSphere MQ. I don't have any application server and is using Java 1.5 so please do specify the Jars that I may need (and place fr ... |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 21, 2008 12:52 pm Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
I changed the variable RFH2 header to fixed length - MQC.MQRFH_STRUC_LENGTH_FIXED_2. After this change, the MQ messages starts getting pulled up properly.
I have tried all other permutations ( ... |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 18, 2008 7:51 am Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
Hello ALL,
Thanks for all your inputs. But I started on this on Monday and I have already spend 5 days with this code. I made all necessary changes and I think I need help if someone can do the sam ... |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 18, 2008 4:30 am Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
Oh, I see, Thanks for this clarification. Well, again my question is - How does it make a difference or does it? I actually see a lot of places code like the way I wrote down but for some reasons I am ... |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 17, 2008 5:51 pm Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
First of all thanks for all the inputs
But I got confused when you say I would have used JMS instead of Java.
What is the difference between the two ways of creating the RFH2 header. I know i u ... |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 16, 2008 1:02 pm Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
Well - Thanks for the URL
But honestly, I am still far from the solution |
Topic: MQRHF2 Header Error - Invalid Length in RFH2 |
Java_Problem
Replies: 12 Views: 12988
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 16, 2008 5:45 am Subject: MQRHF2 Header Error - Invalid Length in RFH2 |
Hello ALL,
I am using IBM RFHUtil to read the message from WebSphere MQ Server for the message that I posted using MQRHF2 header.
However, when I try to retrieve the message using RFHUtil - I g ... |