Author |
Message |
Topic: How to get a new JMSCorrelationID ? |
Torsten
Replies: 9 Views: 7035
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 16, 2007 6:10 am Subject: How to get a new JMSCorrelationID ? |
gentlemen!
thanks for your replies
- hmm, I'm of course aware of the possibility to use a uuid/guid generator - but would prefer not to.
And the solution with an extra send operation is not ... |
Topic: Receiver channel exit and 2-way SSL |
Torsten
Replies: 1 Views: 2124
|
Forum: General IBM MQ Support Posted: Thu Apr 12, 2007 7:11 am Subject: Receiver channel exit and 2-way SSL |
Hi
I've a very demanding customer who on the receiving end of a Queue, wants to be able to get some information from the certificate specified on the sender-channel.
If at all possible, I t ... |
Topic: How to get a new JMSCorrelationID ? |
Torsten
Replies: 9 Views: 7035
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:54 am Subject: How to get a new JMSCorrelationID ? |
Hi
I'm faced with the somewhat unusual task to have to create a new correlationID when using JMS to send messages.
I've searched this forum and elsewhere witout result.
It's easy enough when ... |
Topic: Channel send exit |
Torsten
Replies: 14 Views: 8989
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 12:30 am Subject: Channel send exit |
Hi markt
OK, since we not are going to use compression, I'll continue to use the exits.
Thanks for the help
Torsten |
Topic: Channel send exit |
Torsten
Replies: 14 Views: 8989
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 24, 2006 6:10 am Subject: Channel send exit |
thank you markt
we are using jms and core mq API for Java, so the MQSendExit and MQReceiveExit seemed to be logical choices.
Your remark about compression worries me, because we are later going ... |
Topic: Channel send exit |
Torsten
Replies: 14 Views: 8989
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 24, 2006 1:23 am Subject: Channel send exit |
Hi
thanks both for your replies, but a message exit can't be written in Java ???
Take care
Torsten |
Topic: Channel send exit |
Torsten
Replies: 14 Views: 8989
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 20, 2006 7:21 am Subject: MQSendExit samples |
Hi
I've a problem in locating my user msg in the byte[] parameter to the SendExit method.
I've found (by experiments) that my SendExit method is invoked 5 or 6 times upon a put to a queue (!!), ... |