Author |
Message |
Topic: MQ JMS exception when reading message |
raju71
Replies: 6 Views: 5978
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 17, 2007 1:15 pm Subject: MQ JMS exception when reading message |
I have the following jars.
com.ibm.mq.jar;
com.ibm.mqhms.jar;
jms.jar;
jndi.jar
providerutil.jar;
fscontext.jar
connector.jar.
Mq5.3 is the version I am using |
Topic: MQ JMS exception when reading message |
raju71
Replies: 6 Views: 5978
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 17, 2007 11:26 am Subject: MQ JMS exception when reading message |
I have all the jars
com.ibm.mq.jar;
com.ibm.mqbind.jar;
and all the required jms jars in my classpath. |
Topic: MQ JMS exception when reading message |
raju71
Replies: 6 Views: 5978
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 14, 2007 10:39 am Subject: MQ JMS exception when reading message |
I am getting the following exception when I am trying to read a message from MQ Queue using MQJMS program.
java.lang.NoSuchMethodError: com.ibm.mq.MQMsg2.getMessageData
I am using the method
... |
Topic: JMS to MQ server connection drops frequently |
raju71
Replies: 5 Views: 3872
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 04, 2007 1:36 pm Subject: JMS to MQ server connection drops frequently |
We are not using ClientIdle parameter but using KeepAlive ="YES".
Is it recommended not to use default SYSTEM.DEF.SVRCONN channel.Do we have any issues by using this channel. |
Topic: JMS to MQ server connection drops frequently |
raju71
Replies: 5 Views: 3872
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 04, 2007 11:30 am Subject: JMS to MQ server connection drops frequently |
I am sure the application is not closing the connection.To keep the connection up and running I have written a MQ put program which connects to MQ server every one hour and this keeps the channel up a ... |
Topic: JMS to MQ server connection drops frequently |
raju71
Replies: 5 Views: 3872
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 04, 2007 10:59 am Subject: JMS to MQ server connection drops frequently |
We have a JMS client on JBOSS connecting to our MQ server .If the system is idle i.e(no transfer of messages) for 30 or 40 minutes the connection drops.Is ther any configuration setting in MQ or JMS ... |
Topic: reading JMS message |
raju71
Replies: 2 Views: 2727
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2007 11:03 am Subject: reading JMS message |
I am trying to read JMS message from MQ queue using MQ java API.I am using the method MQMessage.readfully(byte b[]).The message sent is XML message.
When I read the message along with the xml messa ... |
Topic: message format |
raju71
Replies: 1 Views: 2267
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 10, 2007 8:53 am Subject: message format |
what are the possible values for format when we are sending messages to mainframes or AS/400 from windows.I set the format to MQFMT_STRING but it did not work since when I look at the messages in the ... |
Topic: unreadble characters for messages on AS/400 queues |
raju71
Replies: 5 Views: 4280
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 09, 2007 4:09 pm Subject: unreadble messages on AS/400 queue |
I set the format to MQFMT_STRING in my MQ java PUT program which is used to send the message from the windows box. When I browse the queue I still see the unreadble characters.But there is no issue w ... |
Topic: unreadble characters for messages on AS/400 queues |
raju71
Replies: 5 Views: 4280
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 08, 2007 10:33 pm Subject: encoding and codedCharSetId values |
do we also need to set values for codedcharsetID and encoding values before the message is put on the queue.If so what values should I use.Thanks for providing the information |
Topic: unreadble characters for messages on AS/400 queues |
raju71
Replies: 5 Views: 4280
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 08, 2007 1:50 pm Subject: unreadble characters for messages on AS/400 queues |
I am using MQ java API to put messages on a queue which is on AS/400.
But when the user on AS/400 browses the messages on the AS/400 system he sees the message content as unreadble characters.What pa ... |
Topic: junk characters when reading from a queue using MQ java prog |
raju71
Replies: 4 Views: 4905
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 05, 2007 11:28 am Subject: junk characters when reading from a queue using MQ java prog |
I get some unkown characters at the beginning of the xml data when I read the message from a queue and printing to console using MQ java API .I put the message on the queue using MQ java API.
Any he ... |
Topic: message sequence no |
raju71
Replies: 2 Views: 2412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 03, 2006 2:12 pm Subject: message sequence no |
I have some messages sitting in the input queue which have the same priority.While i am processing in the compute node do we have any attribute in MQMD header to identify the sequence no or any other ... |