Author |
Message |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 17, 2012 2:32 am Subject: WebsphereMQ JMS MessageSelector not working |
Well, I have a JavaEE server with the busines logic in it (EJB) and a MDB listening on the input ( request ) queue.
There is a standalone GUI that is started multiple times. In this GUI, the user can ... |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 16, 2012 2:51 am Subject: WebsphereMQ JMS MessageSelector not working |
Hmm, is there any one that knows a working example with that combination (request/reply, temp. queue, selective consumer)? |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 12, 2012 7:45 am Subject: WebsphereMQ JMS MessageSelector not working |
guess there is no way to re-use a message consumer in a reuqest-reply scenario with correlation id, for example the websphere mq tutorial says:
The JMS specification does not allow an application t ... |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 12, 2012 7:35 am Subject: WebsphereMQ JMS MessageSelector not working |
But how can this be done?
I usually create the consumer by calling the session.createConsumer(destination) OR session.createConsumer(destination, correlationId)
And of course the correlation ID ch ... |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 12, 2012 7:16 am Subject: WebsphereMQ JMS MessageSelector not working |
Sorry, forgot the complete code, here we go:
/* import and package... */
public class Start {
public static void main( String[] args ) throws Exception
{
St ... |
Topic: WebsphereMQ JMS MessageSelector not working |
blubbla
Replies: 9 Views: 6179
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 12, 2012 7:14 am Subject: WebsphereMQ JMS MessageSelector not working |
Hello,
I just spent a few hours to solve this problem - but I dont get it.
So my scenario is like that:
I have several clients that communicate with a JavaEE server over websphere mq and with a ... |