Author |
Message |
Topic: Can't put to remote queue |
radiatejava
Replies: 9 Views: 7853
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 07, 2008 2:55 am Subject: Can't put to remote queue |
Yes, the problem was related to Channel not starting in was due to my mistake of giving wrong IP address as part of CONNAME of the channel (one digit was wrong).
Also, I would like to know how to ... |
Topic: Can't put to remote queue |
radiatejava
Replies: 9 Views: 7853
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 04, 2008 10:42 am Subject: Can't put to remote queue |
I have followed your input to use LISTENER object.
To see whether the channel is running or not, when I issue the start channel cmd, it seems to go thru fine.
start channel(QM3.TO.QM4)
5 : s ... |
Topic: Can't put to remote queue |
radiatejava
Replies: 9 Views: 7853
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 04, 2008 5:33 am Subject: Can't put to remote queue |
Vitor's pointers are some good indications - the msgs seem to be in the transmission queue.
To give you a background, I have the local qmgr and the remote qmgr on the same machine. Is it a problem ? ... |
Topic: Can't put to remote queue |
radiatejava
Replies: 9 Views: 7853
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 04, 2008 4:59 am Subject: Can't put to remote queue |
I am trying to put messages into the local definition of a remote queue, but the message is not going into the remote queue. I have used both the java api as well as amqsput to put the msg into the lo ... |
Topic: Remote queue options |
radiatejava
Replies: 2 Views: 3055
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 04, 2008 1:51 am Subject: Remote queue options |
I want to know if there is a document to find out what Open options and what Put options are valid for Remote queue ? Any help is appreciated. I need to open a remote queue and put some messages into ... |
Topic: Size (content-length) of ObjectMessage |
radiatejava
Replies: 1 Views: 2067
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 06, 2007 6:16 am Subject: Size (content-length) of ObjectMessage |
Is there any way in MQ JMS to get the size of ObjectMessage - I mean payload size or content-length ? Any MQ specific API available for this? |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 05, 2007 9:50 pm Subject: JMSReplyTo coming as null for response processing |
Let me make clear:
- The middleware app receives TextMessage and pulishes publishes TextMessage to the MQ JMS topic. We have access to the middleware src code and did debugging on this. In my first p ... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 05, 2007 3:50 am Subject: JMSReplyTo coming as null for response processing |
Actually, upon investigation, found that the middleware app that was publishing the msg to the topic was marking the topic as non-JMS client (using the setTargetClient(int)) API on the condition if ms ... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 29, 2007 11:19 pm Subject: JMSReplyTo coming as null for response processing |
No luck yet to me.. I am yet to see a TextMessage by the subscriber when the publisher puts a TextMessage. Thanks in advance again. |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 29, 2007 9:16 pm Subject: JMSReplyTo coming as null for response processing |
No luck yet to me.. I am yet to see a TextMessage by the subscriber when the publisher puts a TextMessage. Thanks in advance again. |
Topic: MQ-JMS: TopicConnectionFactory transport type |
radiatejava
Replies: 2 Views: 5709
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 29, 2007 6:17 am Subject: MQ-JMS: TopicConnectionFactory transport type |
I need one info (appreciate your help): Is it necessary to set the Transport type as BIND for the TopicConnectionFactory when the client program uses bindings file for JNDI lookup?
My problem is:
... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 22, 2007 6:18 am Subject: JMSReplyTo coming as null for response processing |
Can you please tell me what is miising? I tried to do a search but seems things are OK in my program. Here http://hursleyonwmq.wordpress.com/2007/05/29/simplest-sample-applications-using-websphere-mq- ... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 22, 2007 5:21 am Subject: JMSReplyTo coming as null for response processing |
I had mentioned in the first post itself that the subscriber or the receiver is not based on JNDI lookups. When I use JNDI to do lookups, msgs are received correctly with ReplyTo and TextMessage type. ... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 22, 2007 4:56 am Subject: JMSReplyTo coming as null for response processing |
Please take a look at my first post. I am printing the msg that is being sent just prior to sending and also printing what the receiver is getting just after getting the msg. Putting again:
Message ... |
Topic: JMSReplyTo coming as null for response processing |
radiatejava
Replies: 22 Views: 18789
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 22, 2007 3:40 am Subject: JMSReplyTo coming as null for response processing |
Actually, upon testing further, I see that same is the result with queues also - ie, when a TextMessage is sent to a queue Q1, the listenr to the queue Q1:
a) receives a BytesMessage (expected is T ... |