Questions tagged [jmstoolbox]
5 questions
1
vote
1 answer
JMSToolbox - can't connect to local IBM MQ queue manager - anyone got more info on config?
I have a simple dev instance of IBM MQ 9.1.x. It's got the default setup on QM1 with the default user/password.
I have a JMS application that does connect already, but when I try JMSToolbox (latest 5.14.0) and I put the…

warspite
- 622
- 3
- 12
0
votes
2 answers
How to connect to local IBM MQ Container using JMSToolBox?
I am using https://github.com/ibm-messaging/mq-container to start IBM MQ on local dev machine. Here is my docker-compose:
version: '2'
services:
ibmmq:
image: icr.io/ibm-messaging/mq:9.3.2.1-r1
volumes:
-…

Andrey_Saksonov
- 13
- 4
0
votes
0 answers
How to connect with JMSToolBox to ActiveMQ Artemis with limited permissions?
When I connect to ActiveMQ Artemis 2.x broker with JMSToolBox, it tries to create an address with non-durable temporary queue which name is generated from UUID. The security settings on this instance of broker does not allow creation of addresses…

Aleksandr Milovidov
- 17
- 6
0
votes
1 answer
OpenLiberty not accepting JMS connection from JMSToolBox
This is a continuation of what I'm attempting to achieve here, connecting JMSToolBox to OpenLiberty.
I followed the instructions in the previous question successfully.
I'm getting the following in message.log in JMSToolBox when I attempt to connect…

John Deverall
- 5,954
- 3
- 27
- 37
0
votes
1 answer
Connecting JMSToolbox to JMS app on OpenLiberty
I am trying to connect JMSToolbox to an app that is driven by JMS queues running on OpenLiberty.
I am using Open liberty version 22. Specifically 22.0.0.11-202210101601
As far as I can tell, the correct documentation to follow is…

John Deverall
- 5,954
- 3
- 27
- 37