Author |
Message |
Topic: BlockIP2 version |
artrangan
Replies: 0 Views: 4262
|
Forum: IBM MQ Performance Monitoring Posted: Thu Apr 26, 2007 3:49 pm Subject: BlockIP2 version |
Hi,
How can I tell what version of BlockIP2 is installed in the /var/mqm/exits64 directory ?
I get 2195 QMgr connect errors when I activate and configure the exit, but no errors when I do not co ... |
Topic: Removing uncommitted messages from a queue |
artrangan
Replies: 1 Views: 3524
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 20, 2007 7:46 am Subject: Removing uncommitted messages from a queue |
Is it possible to remove uncommitted messages from a queue, short of recycling the Queue Manager ?
We have a scenario where the client application drops the connection to the QMgr in the middle of ... |
Topic: Analyzing Connection statistics from runmqsc |
artrangan
Replies: 3 Views: 4046
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 16, 2007 9:37 pm Subject: Analyzing Connection statistics from runmqsc |
I am using a standalone application to connect to the Queue Manager and creating non-transacted sessions. Would the MQ JMS client code override these settings, by any chance ?
Thanks,
Art.
Reme ... |
Topic: Analyzing Connection statistics from runmqsc |
artrangan
Replies: 3 Views: 4046
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 16, 2007 6:07 pm Subject: Analyzing Connection statistics from runmqsc |
We have a JMS application that always creates non-transacted sessions --
connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
However, when I run dis conn(*) all from runmqsc, I s ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 22, 2007 5:28 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
I had to restart my QMgr to make that bizarre (imo) behavior go away.
Also I had to give +dsp access to SYSTEM.MQEXPLORER.REPLY.MODEL and not bother with any of the AMQ.** queues.
With these aut ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 20, 2007 3:17 pm Subject: PCF exception when using WMQInitialContextFactory for JNDI |
Refresh security should never be necessary after setmqaut commands.
It's only necessary if OS groups change membership.
See if Michael missed a useful/needed permission by changing the setmqaut ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 20, 2007 7:02 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
what error do you get?
setmqaut -m QMGRA -n AMQ.MQEXPLORER.* -t queue -p mquser +browse +get +inq +passall +passid +put +set +setall +setid +chg +clr +dlt +dsp
The setmqaut command completed suc ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 20, 2007 5:46 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
you can apply a generic profile for the dynamic PCF Queues:
setmqaut -m <qmgr> -n AMQ.MQEXPLORER.* -t queue -g user1 +browse +get +inq +passall +passid +put +set +setall +setid +chg +clr +d ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 19, 2007 6:06 pm Subject: PCF exception when using WMQInitialContextFactory for JNDI |
The text of the message, which is in bytes reads:
get MO71 to browse the messages, it will show you what exactly went wrong...
get MO71 from the supportpac site http://www-1.ibm.com/support/do ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 19, 2007 9:51 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
ok, no need to start guessing again...
turn on AUTHOREV on the QMGR
when authorisation fails it should put an event message to: SYSTEM.ADMIN.QMGR.EVENT
get MO71 to browse the messages, it wi ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 19, 2007 8:43 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
and what are the settings for the qmgr?
did you: setmqaut -m <qmgr> -t qmgr +connect +inq -g user1
I have, for the qmgr,
setmqaut -m <qmgr> -t qmgr -g user1 +altusr +connect +inq ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 19, 2007 8:18 am Subject: PCF exception when using WMQInitialContextFactory for JNDI |
for qmgr at least connect and inquire authority,
for the queues inq and for the command queue atleast put...
look at the messages and see for which objects you get 2035 and then add the necessary ... |
Topic: PCF exception when using WMQInitialContextFactory for JNDI |
artrangan
Replies: 17 Views: 23370
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 18, 2007 4:33 pm Subject: PCF exception when using WMQInitialContextFactory for JNDI |
I have a standalone JMS application that uses JNDI to get the ConnectionFactory & Queues. I use the WMQInitialContextFactory (support pac ME01) as the InitialContext. The PCF jar has been added to ... |