Author |
Message |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Fri Aug 14, 2020 9:09 am Subject: Connecting to MQ with Groovy |
Ok, I will look for that information and get back to you after I try again. I do need it in .jks format since I am using Java on the client side. Also, i need it to be self-signed so i can enable S ... |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2020 12:40 pm Subject: Connecting to MQ with Groovy |
Ok, I am getting closer. Now it appears i need to create the Circular cert with the runmqakm tool. So, I need to find documentation for that. Any help would be great.
13:39 $ runmqakm -cert ... |
Topic: cert details of a partner |
jon.austen
Replies: 9 Views: 13497
|
Forum: IBM MQ Security Posted: Thu Aug 13, 2020 12:27 pm Subject: cert details of a partner |
This sounds like I have almost the same question in this thread: http://www.mqseries.net/phpBB2/viewtopic.php?t=77374 |
Topic: Suggestions for MQ client test tool (free) |
jon.austen
Replies: 5 Views: 8803
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2020 8:55 am Subject: Suggestions for MQ client test tool (free) |
I made a Groovy JMeter example here: https://github.com/djangofan/jmeter-ibm-mq9 |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2020 8:46 am Subject: Connecting to MQ with Groovy |
I suspect I should have created my cert with runmqakm tool instead of "java keytool explorer"? (ref: http://www.mqseries.net/phpBB2/viewtopic.php?t=77064 ) I am very experienced with ... |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2020 8:02 am Subject: Connecting to MQ with Groovy |
The command I am using to execute is documented below, and in my README.md file.
Here is how I setup the cert. The keystore contains the cert, and therefore contains the public key and the private ... |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Wed Aug 12, 2020 6:15 pm Subject: Connecting to MQ with Groovy |
I managed to create a certificate and check it into the Git repository (above) and so you should be able to try it yourself although it would take a little bit of time to setup as described in the RE ... |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Wed Aug 12, 2020 4:41 pm Subject: Connecting to MQ with Groovy |
To answer your questions:
1. There are lots of examples of doing this with non-SSL, but that is not my question here.
2. If you check out my project file, the code is all correct, as long as I ge ... |
Topic: Connecting to MQ with Groovy |
jon.austen
Replies: 13 Views: 16818
|
Forum: General IBM MQ Support Posted: Mon Aug 03, 2020 9:45 am Subject: Connecting to MQ with Groovy |
I have put together an example project using JMeter to performance test IBM MQ9.
In GitHub, my project is at: djangofan/jmeter-ibm-mq9
So, in the example I am using JMeter with Groovy script t ... |