IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error handling in MQSeries


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lookman

New User


Joined: 15 Sep 2005
Posts: 1

PostPosted: Thu Sep 15, 2005 7:23 pm
Reply with quote

Hi,

I am doing remote queuing for which I have defined two queue managers QM1 and QM2.

On QM1 I have defined a local queue Q1

On QM2 I have defined a remote queue R2 which is configured to point to Q1 on QM1

On QM2 I have defined a transmission q T2 to hold the messages

Now suppose the channels and connections defined on both the queue managers are not running and if I send messages on R2 (further to be sent to Q1) the messages won?t reach Q1 instead they will reside on T2.

I am using java code to put messages on the queue, the messages are successfully put on transmission queue but not on Q1(Since channels are not running), but the program does not throw any exception.


Regards,
lucky.
Back to top
View user's profile Send private message
prashant_ibmmainframes

New User


Joined: 16 Dec 2005
Posts: 1

PostPosted: Fri Dec 30, 2005 9:07 am
Reply with quote

The messages will indeed reside on the transmission if the channel is not working.There is nothing wrong in that.Thats how the MQ is built ot work.But when the channels are up and running the messages will automatically be transferred to the remote queue which in most cases will have the same name as the transmission queue.

We do not have any control on the messages whwn the control is given to MQ manager which happens as soon as the a call to PUT is performed by your application.

Thanks
Prashant
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top