Author |
Message |
Topic: MQException: MQJE001: Completion Code 2, Reason 2085 |
rasad74
Replies: 6 Views: 33729
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2001 9:55 am Subject: MQException: MQJE001: Completion Code 2, Reason 2085 |
Thanks Shilpa. |
Topic: Defining Topic using JMSAdmin.bat |
rasad74
Replies: 3 Views: 18352
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2001 4:10 pm Subject: Defining Topic using JMSAdmin.bat |
Hi,
Thanks abmanesh,
bower5932 and StefanSievert.
Your suggestions were excellent and very helpful.
By defining a topic the way abmanesh and bower5932 suggested my program worked successfully ... |
Topic: Defining Topic using JMSAdmin.bat |
rasad74
Replies: 3 Views: 18352
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 05, 2001 10:07 am Subject: Defining Topic using JMSAdmin.bat |
Hi,
The type of error I am getting makes me wonder may be I am not defining my topic in a correct way or something. Here is the command I use to define my topcic:
DEF T(test) TC(MQ)
the above ... |
Topic: Reason 2026 |
rasad74
Replies: 3 Views: 8510
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 05, 2001 8:45 am Subject: Reason 2026 |
Hi
I looked into the Application programming reference for error # 2026 and it say "Message Descriptor is not valid" and I have no idea what is that suppose to mean.
Here is a code snippet:
t ... |
Topic: Reason 2026 |
rasad74
Replies: 3 Views: 8510
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 05, 2001 8:37 am Subject: Reason 2026 |
When I run my MQJMS program using JNDI, I get the following error. Anyone seen that one before? Any help is apreciated.
Exception occurred: javax.jms.JMSException: MQJMS3013: Failed to store
adm ... |
Topic: Completion Code 2, Reason 2009 |
rasad74
Replies: 0 Views: 10721
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 02, 2001 8:30 am Subject: Completion Code 2, Reason 2009 |
I have been getting a following error when i run my MQ JMS client application using JNDI:
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
MQJE001: Comp ... |
Topic: MQException: MQJE001: Completion Code 2, Reason 2085 |
rasad74
Replies: 6 Views: 33729
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 01, 2001 3:25 pm Subject: MQException: MQJE001: Completion Code 2, Reason 2085 |
Thanks for all responses.
Seemed like I was not setting the properties for the JNDI administered object, assuming that it will use the defaluts from MQSeries. Now it is clear that if the client con ... |
Topic: MQException: MQJE001: Completion Code 2, Reason 2085 |
rasad74
Replies: 6 Views: 33729
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 01, 2001 9:14 am Subject: MQException: MQJE001: Completion Code 2, Reason 2085 |
Hi Folks,
Let me be much more explanatory this time.
I have a Simple MQJMS Pub/Sub program that uses JNDI lookup for Administered Objects (i.e; TopicConnectionFactory and Topic). I am using WebS ... |
Topic: MQJE001: Completion Code 2, Reason 2085 |
rasad74
Replies: 4 Views: 102178
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2001 7:00 am Subject: MQJE001: Completion Code 2, Reason 2085 |
Thanks Stefan for the reply.
But I am only referencing TopicConnectionFacotry and TopicName from JNDI. Do I need to define queues in JNDI too.
Here is code snippet:
topicConnectionFactory =(Top ... |
Topic: MQJE001: Completion Code 2, Reason 2085 |
rasad74
Replies: 4 Views: 102178
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 30, 2001 2:21 pm Subject: MQJE001: Completion Code 2, Reason 2085 |
Hi Fellows,
I have been using MQ JMS classes with JNDI technique. When I test my application I get the following error any clues what I am doing wrong? (I have MA88 support pack and ma0c_win.zip pa ... |