Author |
Message |
Topic: What does 'expiry' in 'MQMessage' mean? |
thomas2004
Replies: 9 Views: 5094
|
Forum: General IBM MQ Support Posted: Thu Jan 08, 2009 5:23 am Subject: What does 'expiry' in 'MQMessage' mean? |
So far I understand, the 'expiry' in 'MQMessage' means the existing time of the put message in the PUT-Queue. If this message is not taken away by the MQ-manager within this time interval, this messag ... |
Topic: An MQException occurred: Completion Code 2, Reason 2059 |
thomas2004
Replies: 2 Views: 12833
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 25, 2008 12:32 pm Subject: An MQException occurred: Completion Code 2, Reason 2059 |
Hi all,
I write a Web-Service which will connect to the MQ-Manager. As I deploy this WebService local on Tomcat 5.5.23, there is no problem.
Now I deploy my Web-Service to another Tomcat and I g ... |
Topic: A question about "com.ibm.mq.MQException: MQJE001: An M |
thomas2004
Replies: 2 Views: 5847
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 25, 2008 7:11 am Subject: A question about "com.ibm.mq.MQException: MQJE001: An M |
Hi all,
I write a Web-Service which will connect to the MQ-Manager. As I deploy this WebService local on Tomcat 5.5.23, there is no problem.
Now I deploy my Web-Service to another Tomcat and I g ... |
Topic: A question about FIFO of the queues. |
thomas2004
Replies: 2 Views: 2419
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 5:19 am Subject: A question about FIFO of the queues. |
I read from the document that the queues work in a principal of FIFO (First In First Out). That means, if the first mesaage is not taken away jet, the second one can not be catched.
I make a test a ... |
Topic: Reason Code 2035 by running PCFAgent example |
thomas2004
Replies: 6 Views: 5541
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 5:04 am Subject: - |
What platform is the queue manager?
If windows you will get detailed authorisation error messages in AMQ** error logs like what privelege to what object by what user id resulted in 2035.
If unix ... |
Topic: A question about Request- and Response-Queue |
thomas2004
Replies: 3 Views: 2682
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 4:50 am Subject: A question about Request- and Response-Queue |
I am new to WebSpere MQ. I am a little bit confused with Request- and Response-Queue.
I think, request or response is relative. Assumed two applications appA and appB communicate with each other vi ... |
Topic: A question about getting 'CurrentDepth' from the PUT-Queue |
thomas2004
Replies: 13 Views: 5867
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 4:00 am Subject: A question about getting 'CurrentDepth' from the PUT-Queue |
are res queue and put queue you use in the program from the same type? although i remember when opening an alias queue for inqure you will get the values of the base queue.....
Here is the informat ... |
Topic: A question about getting 'CurrentDepth' from the PUT-Queue |
thomas2004
Replies: 13 Views: 5867
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 3:46 am Subject: A question about getting 'CurrentDepth' from the PUT-Queue |
I hope this is only for testing; inquire and browse don't really belong in production applications (with some exceptions).
You may also prevent use of remote queues with certain options, it's gener ... |
Topic: Reason Code 2035 by running PCFAgent example |
thomas2004
Replies: 6 Views: 5541
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 3:33 am Subject: Reason Code 2035 by running PCFAgent example |
You were not signed onto the box in any way? At all? How can you not use any userid?
I wonder as well. As one can see, my program is shown in my first post above. I can connect to the MQ-manage ... |
Topic: A question about getting 'CurrentDepth' from the PUT-Queue |
thomas2004
Replies: 13 Views: 5867
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 3:01 am Subject: A question about getting 'CurrentDepth' from the PUT-Queue |
I test my program in test enviroment where there is no other program runs. So if I put a message into the queue, this will be there until I hold it. That's the reason I wonder why I can get the true v ... |
Topic: A question about characterSet |
thomas2004
Replies: 1 Views: 1766
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2008 2:55 am Subject: A question about characterSet |
I read from the IBM document that characterSet has the following values:
850
commonly used ASCII codeset
819
the ISO standard ASCII codeset
37
the American EBCDIC codeset
1200
... |
Topic: Reason Code 2035 by running PCFAgent example |
thomas2004
Replies: 6 Views: 5541
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2008 12:49 pm Subject: Reason Code 2035 by running PCFAgent example |
I haven't used any userId. I gues a default userId was used. |
Topic: A question about getting 'CurrentDepth' from the PUT-Queue |
thomas2004
Replies: 13 Views: 5867
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2008 12:47 pm Subject: A question about getting 'CurrentDepth' from the PUT-Queue |
Tanks for the reply. But it seems haven't answered my question.  |
Topic: A question about getting 'CurrentDepth' from the PUT-Queue |
thomas2004
Replies: 13 Views: 5867
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2008 7:43 am Subject: A question about getting 'CurrentDepth' from the PUT-Queue |
Hi all,
I want to do some test such as to check the current depth of a queue.
I use only one option to open the queue: MQC.MQOO_INQUIRE. But I encounter something strange as descriebd as follow:
... |
Topic: Reason Code 2035 by running PCFAgent example |
thomas2004
Replies: 6 Views: 5541
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2008 7:06 am Subject: Reason Code 2035 by running PCFAgent example |
Hi all,
As I try to run the following example, I got Reason code of 2035. Someone can help?
PCFAgent agent = new PCFAgent ("localhost", 1414, "CLIENT");
MQMessa ... |