cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Sender Adapter Sharing Message Queue

Former Member
0 Kudos

Hi all.

I´ve some scenarios (request/replay) with JMS Adapter and MQ Series. All of them working againts the same queues.

In the sender side, each sender channel for each scenario must read from the same queue with a message selectors. The problem is that I have just one User to access the queue but the sender channel opens the connection in exclusive mode. So I can´t activate all sender channels at the same time (shared mode) without error.

Is it possible having more than one sender channel againts the same queue, with the same user?

Thanks a lot,

Gari.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry, it's solved. The queue was not well defined in MQ Series so I couldn't connect more than one channel to it.

Thanks.

Gari.