Author |
Message |
Topic: Error 2033 remote server |
sandeepp@cislworld.com
Replies: 8 Views: 5311
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:27 am Subject: Error 2033 remote server |
You need to create a new MQMessage object for every Get.
why we need to do it....... |
Topic: Error 2033 remote server |
sandeepp@cislworld.com
Replies: 8 Views: 5311
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:25 am Subject: Re: Error 2033 remote server |
how can i check it is commited or not as it is in remote place.
If the queue is remote how can you get from it? Are you cliented onto the remote manager? What am I not getting?
Ask the ... |
Topic: Error 2033 remote server |
sandeepp@cislworld.com
Replies: 1 Views: 2340
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:18 am Subject: Error 2033 remote server |
hi
how can i check it is commited or not as it is in remote place.
i am just trying a simple get message :
code is like this
string QueueName = "ADD";
string message = " ... |
Topic: Error 2033 remote server |
sandeepp@cislworld.com
Replies: 8 Views: 5311
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:13 am Subject: Error 2033 remote server |
This is almost a double-post.
You're either trying to get messages that aren't on the queue, haven't been committed, or you're asking for messages by MsgId or CorrelId when there isn't a mes ... |
Topic: Error 2033 remote server |
sandeepp@cislworld.com
Replies: 8 Views: 5311
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 6:02 am Subject: Error 2033 remote server |
HI
I have MQ series running in another district when i put messages
to input queue the messages are going
and try to get message from input queue it
gives me 2033 error.
input queue is a ... |
Topic: Error 2033 |
sandeepp@cislworld.com
Replies: 10 Views: 10858
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 12, 2007 5:58 am Subject: Error 2033 |
Can any one let me know why 2033 occurs i know that if there are no messages i get it.
I have seen another message for this
2033 The field name has a default value not within the range of its in ... |