Author |
Message |
Topic: how to specify my message to be persistent |
Vishy
Replies: 2 Views: 2424
|
Forum: General Discussion Posted: Mon Oct 20, 2003 3:31 pm Subject: Thanks |
Thanks Venny |
Topic: how to specify my message to be persistent |
Vishy
Replies: 2 Views: 2424
|
Forum: General Discussion Posted: Mon Oct 20, 2003 12:52 pm Subject: how to specify my message to be persistent |
Hi,
My messages are disappearing from MQ. The messages need to be PERSISTANT messages. The messages have been going to the SYSTEM.DEAD.LETTER.QUEUE but have been disgarded by the Dead letter handler ... |
Topic: java.lang.UnsatisfiedLink:no mqjbnd05 in java.library.path |
Vishy
Replies: 1 Views: 6703
|
Forum: General Discussion Posted: Mon Oct 06, 2003 9:30 am Subject: java.lang.UnsatisfiedLink:no mqjbnd05 in java.library.path |
I made sure that jta.jar and the mqjbndo5.sl, libmqjbdf02.sl are in path. what is java.library.path
:/opt/mqm/java/lib/connector.jar:/opt/mqm/samp/java/base:/opt/mqm/java/lib/jt
:/opt/mqm/java/l ... |
Topic: Is channel name required? |
Vishy
Replies: 5 Views: 8122
|
Forum: General Discussion Posted: Mon Oct 06, 2003 9:03 am Subject: java.lang.UnsatisfiedLinkError:no mqjbnd05 in java.library. |
Venny, as u said I commented and that exception is gone but I am getting the following error.
I made sure that jta.jar and the mqjbndo5.sl are in path. what is java.library.path
:/opt/mqm/java/li ... |
Topic: Is channel name required? |
Vishy
Replies: 5 Views: 8122
|
Forum: General Discussion Posted: Mon Oct 06, 2003 6:45 am Subject: Is channel name required? |
Kumar, Thanks for the information. What are server libraries? I am compiling the class and doing ftp to server side. I do not want to make use of channel name or hostname or port# becoz, the compiled ... |
Topic: Is channel name required? |
Vishy
Replies: 5 Views: 8122
|
Forum: General Discussion Posted: Sat Oct 04, 2003 7:59 pm Subject: Is channel name required? |
Hi
My code runs fine in client connection when I specify channelname. SYSTEM.DEF.SVRCONN.
If I try to run the code with out specifying channel it fails at runtime with the following error. (Is t ... |
Topic: Reason code 2045 : help needed |
Vishy
Replies: 3 Views: 11948
|
Forum: General Discussion Posted: Thu Oct 02, 2003 11:40 am Subject: Reason code 2045 : help needed |
In my code I am specifying the open options on the Q as follows
int openOptions = MQC.MQOO_INPUT_AS_Q_DEF | MQC.MQOO_OUTPUT;
It works fine, if I use SYSTEM.DEFAULT.LOCAL.QUEUE, but once I change i ... |
Topic: need a return code after the message is successfully put |
Vishy
Replies: 4 Views: 2976
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 26, 2003 9:05 am Subject: Thanks |
Thanks for the input |
Topic: need a return code after the message is successfully put |
Vishy
Replies: 4 Views: 2976
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 26, 2003 6:35 am Subject: need a return code after the message is successfully put |
Hi,
I am retrieving an XML message from the table and could successfully put the message on the Q. My probem is I need a return code which returns 0 or 1 if it was successful in putting the Q or no ... |
Topic: Need a return code after putting the message on the Q |
Vishy
Replies: 1 Views: 1687
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 17, 2003 11:32 am Subject: Need a return code after putting the message on the Q |
Hi,
Q1: need a return code
I am successful in reading a string and put that on the Q. Now I need the method to give a return a code of ( say 0 or 1) meaning if it was successful in putting the me ... |
Topic: Need a return code after putting the message |
Vishy
Replies: 1 Views: 1872
|
Forum: General Discussion Posted: Wed Sep 17, 2003 11:26 am Subject: Need a return code after putting the message |
Hi,
I am successful in reading a string and put that on the Q. Now I need the method to give a return a code of ( say 0 or 1) meaning if it was successful in putting the message or not. Should I r ... |
Topic: Java MQ error. help required |
Vishy
Replies: 3 Views: 2742
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2003 12:00 pm Subject: Thanks. |
Thanks for all the input, I was getting the 2059 error because I was using localhost. |
Topic: Java MQ error --help required |
Vishy
Replies: 2 Views: 2271
|
Forum: General Discussion Posted: Thu Sep 11, 2003 8:17 am Subject: Java MQ error --help required |
I am trying to read a string and put that on the Q. The class is compiling fine, but I am repeatedly getting the following error. The QManager is defined and even the listener is running. IS it someth ... |
Topic: Java MQ error. help required |
Vishy
Replies: 3 Views: 2742
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2003 8:15 am Subject: Java MQ error. help required |
I am trying to read a string and put that on the Q. The class is compiling fine, but I am repeatedly getting the following error. The QManager is defined and even the listener is running. The error i ... |
Topic: Is there a time limit in trying to send a message |
Vishy
Replies: 3 Views: 2229
|
Forum: General Discussion Posted: Mon Aug 11, 2003 11:57 am Subject: Thanks |
Thanks for all your input. I wanted to know if there's any generic time limit other than the reason codes. Please excuse my ignorance as I am new to this technology |