Author |
Message |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 4:25 pm Subject: TemporaryQueue from weblogic. |
Final post. It's not them, it's me. JmsTemplate methods that execute messaging actions take a boolean that specifies if the connection needs to be started. I wasn't setting it.
Thanks again. |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 3:37 pm Subject: TemporaryQueue from weblogic. |
I'm using spring's JmsTemplate in the client. I'm starting to think the connection is not being started... I've tried putting a message to the temp queue right after creating it from the client, and ... |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 12:57 pm Subject: TemporaryQueue from weblogic. |
I'm fairly sure the replies are going to the correct queue. Since after the client times out, it deletes the queue and i see it go away in the explorer.
I'm still not sure about selectors. It was ... |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 12:42 pm Subject: TemporaryQueue from weblogic. |
I'm not sure I understand.
After seeing the mdb logging that a reply was sent successfully and the client not receiving the reply, I decided to look at the mq explorer console to see if the message w ... |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 12:18 pm Subject: TemporaryQueue from weblogic. |
The client creates the temporary queue. All of the messages that arrive on it should belong to (be selected for) that client. I'm not sure if there is any benefit to using a selector in this case.
... |
Topic: TemporaryQueue from weblogic. |
MrRothstein
Replies: 11 Views: 8014
|
Forum: IBM MQ Java / JMS Posted: Thu May 17, 2007 12:01 pm Subject: TemporaryQueue from weblogic. |
Hello,
I'm running into a problem receiving messages on a temporary queue.
A client creates a temp queue and sets it into the JMSReplyTo field of a message, puts the message on a queue and blocks ... |
Topic: Header/Body Mismatch |
MrRothstein
Replies: 2 Views: 3453
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 05, 2007 7:26 am Subject: Got it to work. |
I was able to get it to work. The TextMessage doesn't implement BytesMessage. The way it seems to work, the TextMessage is sent to the client with the messageBytes field set. However, as soon as th ... |
Topic: Header/Body Mismatch |
MrRothstein
Replies: 2 Views: 3453
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 01, 2007 11:06 am Subject: Header/Body Mismatch |
I'm currently porting an application from mq java api to jms. The application sends messages to a mainframe qmgr where a transaction is processed and a reply message is sent. The reply message that ... |