Author |
Message |
Topic:MQ Explorer browse depth greater than current queue depth |
rickwatsonb
Replies: 1 Views: 4689
|
Forum:General IBM MQ Support Posted: Thu Jan 08, 2015 1:21 pm Subject: MQ Explorer browse depth greater than current queue depth |
Hi,
Why would a browse in MQ Explorer bring back thousands more messages that what the “current queue depth” states in MQ Explorer?
The MQ Explorer “current queue depth” stays in the r ... |
Topic:MQ priority in Explorer for JMS application |
rickwatsonb
Replies: 14 Views: 12223
|
Forum:IBM MQ Java / JMS Posted: Wed Jan 07, 2015 6:48 am Subject: MQ priority in Explorer for JMS application |
Thank you for the feedback.
All I have found relative to setting the MQ priority on the queue is the attribute MSGDLVSQ(PRIORITY). Is there something else on the MQ admin side that can set the pri ... |
Topic:MQ priority in Explorer for JMS application |
rickwatsonb
Replies: 14 Views: 12223
|
Forum:IBM MQ Java / JMS Posted: Wed Jan 07, 2015 6:24 am Subject: MQ priority in Explorer for JMS application |
Vitor - Thankyou very much for your quick reply and helpful information.
For those who are more familiar with JMS and XML messages relative to MQ, I have added an example of two messages where the ... |
Topic:MQ priority in Explorer for JMS application |
rickwatsonb
Replies: 14 Views: 12223
|
Forum:IBM MQ Java / JMS Posted: Tue Jan 06, 2015 2:33 pm Subject: MQ priority in Explorer for JMS application |
Hi,
Besides what is displayed via MQ Explorer, how can I prove what priority has been set by a JMS application on a message? What do I need to tell the developers to do a search on in their code, ... |
Topic:MQ AMS and Websphere Application Server (WAS) JMS app |
rickwatsonb
Replies: 3 Views: 6123
|
Forum:IBM MQ Security Posted: Tue Sep 23, 2014 7:36 am Subject: MQ AMS and Websphere Application Server (WAS) JMS app |
Thanks for the reply fjb_saber...but I think with WAS 7 and up an external MQ Client cannot be pointed to within the WAS JMS app. Here is info that supports this:
Using the WebSphere MQ classes f ... |
Topic:MQ AMS and Websphere Application Server (WAS) JMS app |
rickwatsonb
Replies: 3 Views: 6123
|
Forum:IBM MQ Security Posted: Mon Sep 22, 2014 12:05 pm Subject: MQ AMS and Websphere Application Server (WAS) JMS app |
Hi,
Has anyone successfully implemented an MQ AMS java interceptor on a WAS server for a JMS application? I am interested in the installation pre-requisites needed on the WAS server to get it all ... |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Fri Aug 22, 2014 7:30 am Subject: MQ AMS MCA Interception configuration |
The solution was a result of an IBM PMR.
Maybe this idea (configuration) for MCA Interception needs further discussion amongst MQ gurus.
Thanks for your input. |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Thu Aug 21, 2014 10:36 am Subject: MQ AMS MCA Interception configuration |
This has been resolved:
I needed to "export" the full key (public and private parts), and then import that into the kdb located in the /var/mqm/.mqs directory used for the MCA interceptio ... |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Wed Aug 13, 2014 11:36 am Subject: MQ AMS MCA Interception configuration |
Re-tested and got same errors - AMQ9008, followed by AMQ9012.
The suggested actions and answers are as follows:
- Make sure the label is correctly set as the cms.certificate entry of the confi ... |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Wed Aug 13, 2014 10:36 am Subject: MQ AMS MCA Interception configuration |
The label is :
ibmwebspheremqbatch_user_two_way_ssl_v1 (all lower case)
The CN is:
batch_user_two_way_SSL_V1 (mixed case)
I need to re-test again with the batch team and get back with you. Th ... |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Wed Aug 13, 2014 7:56 am Subject: MQ AMS MCA Interception configuration |
I re-ran the line of code and got back the correct CN. Will do a re-test.
setmqspl -m BATCH.SSL.MCAINT -p <queue name> -s SHA1 -a "CN=batch_user_two_way_SSL_V1,O=DIT,C=USA"
dspm ... |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Wed Aug 13, 2014 7:36 am Subject: MQ AMS MCA Interception configuration |
(The comment I posted here was removed by me. It was irrelevant...but the other posts are pertinent.) |
Topic:MQ AMS MCA Interception configuration |
rickwatsonb
Replies: 10 Views: 14621
|
Forum:IBM MQ Security Posted: Wed Aug 13, 2014 7:21 am Subject: MQ AMS MCA Interception configuration |
Hi,
I am trying to setup MCA Interception between a MQ 7.5 server with MQ AMS (Linux) and a non-IBM JRE JMS application on Solaris using a MQ 7.1.0.2 Client (no AMS installed).
I have two-way SS ... |
Topic:AMQ9631 CipherSpec does not match between JMS and Qmgr |
rickwatsonb
Replies: 5 Views: 5748
|
Forum:IBM MQ Security Posted: Tue Jul 22, 2014 11:45 am Subject: AMQ9631 CipherSpec does not match between JMS and Qmgr |
Thanks fjb_saper for the reply.
I changed the queue manager to use the TRIPLE_DES_SHA_US cipherSpec and omitted the -fips option in the runmqakm command line - now it works!
I will look at FIPS ... |
Topic:AMQ9631 CipherSpec does not match between JMS and Qmgr |
rickwatsonb
Replies: 5 Views: 5748
|
Forum:IBM MQ Security Posted: Fri Jul 18, 2014 11:08 am Subject: AMQ9631 CipherSpec does not match between JMS and Qmgr |
Sorry - I should add some more concrete setup info:
JMS setup excerpt:
((com.ibm.mq.jms.MQQueueConnectionFactory)factory).setSSLCipherSuite("SSL_RSA_WITH_3DES_EDE_CBC_SHA");
SVRCONN C ... |