Author |
Message |
Topic: PCFException - reason 2085 (object not found) |
jgray
Replies: 4 Views: 5167
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 09, 2006 1:33 pm Subject: could do a JNDI check, but... |
i still have the question about why looking up the queue object works most of the time, but fails intermittently. the queue is always there, on the same q manager, so a JNDI lookup should find it 100 ... |
Topic: PCFException - reason 2085 (object not found) |
jgray
Replies: 4 Views: 5167
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 09, 2006 12:52 pm Subject: PCFException - reason 2085 (object not found) |
i'm using support pac me01 with mq 5.3. from time to time i get a PCFException when our JMS service attempts to connect to one of our queues. the frustrating thing is, it's intermittent. it works m ... |
Topic: MQJMS2013 error |
jgray
Replies: 4 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 8:02 am Subject: re: MQJMS2013 |
well, we know that our code works if security is enabled. it's been working for me all along (since my username has been in the mqm group), just no one else. there's a generic, home-grown messaging ... |
Topic: MQJMS2013 error |
jgray
Replies: 4 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 7:21 am Subject: ok - think i got it... |
i needed to prevent security checks by setting the MQSNOAUT env variable to "yes". you've gotta do this before creating your q manager. ok. found it on pg. 146 of the MQ 6 admin guide. |
Topic: MQJMS2013 error |
jgray
Replies: 4 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 14, 2005 6:29 am Subject: MQJMS2013 error |
first off, i'm not running in bindings mode, so no snarky "go read about the error" responses please. three of us were using the same code to do puts and gets on the same MQ v6 DEV server. no securi ... |
Topic: support pac me01? |
jgray
Replies: 4 Views: 5181
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 12, 2005 8:31 am Subject: anyone have suggestions? let me rephrase... |
if anyone has experience w/contact admin v4 jms app connecting to queues on a remote MQ v6 server - do i still have to use the unsupported IBM support pac me01 to get an initialcontext, or is there another ... |
Topic: Problem with JMS/MQ leaving open connections - code inside. |
jgray
Replies: 11 Views: 19785
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 08, 2005 9:24 am Subject: question |
can you check and see how many connections exist before and after the:
context = new InitialContext(env);
line? i don't know what your initialcontext class does, but in the me01 support pac fo ... |
Topic: support pac me01? |
jgray
Replies: 4 Views: 5181
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 08, 2005 8:57 am Subject: support pac me01? |
hello - we've been using supportpac me01 with the com.ibm.mq.jms.context.WMQInitialContextFactory for some time now. it's been ok, a little flaky on connecting sometimes, but still ok. the thing is, ... |