ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Putting Data in Outbond Queue

Post new topic  Reply to topic
 Putting Data in Outbond Queue « View previous topic :: View next topic » 
Author Message
pmoss
PostPosted: Thu Feb 03, 2005 9:50 am    Post subject: Putting Data in Outbond Queue Reply with quote

Newbie

Joined: 03 Feb 2005
Posts: 1
Location: Los Angeles, CA

I have a local MQ server in Los Angeles (MQLA) and another in Tokyo (MQTY). The MQ guys (of which I am not one) have set up a queue 'A' in LA which passes a message to queue 'B' in Tokyo. The response is sent from queue 'C' in Tokyo to queue 'D' in LA.

I connect to the local LA sever using the 'system.def.clntconn' channel, and attempt to send a message on queue 'A', but the message always ends up in the 'system.dead.letter.queue' with an 'MQFB_XMIT_Q_MSG_ERROR'.

Do I need to have a local queue 'E' that passes off the message to queue 'A'?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
jefflowrey
PostPosted: Thu Feb 03, 2005 9:55 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You need to have six queue objects defined, threeon each queue manager, plus channels.

On MQLA, you need Local Queue D. Your application will issue MQGETs against this queue.

You also need Transmission Queue - let's call it XMITMQTY. Your application will do NOTHING with this queue.

You also need Remote Queue A - this will identify the queue B on MQTY. Your application will issue MQPUTs against this queue.

On MQTY, you need Local Q B, Transmission Queue XMITQLA and Remote Queue C. The app on MQTY will GET from Local Queue B, and PUT to Remote Queue C.

I suspect that your application is trying to PUT to the Transmission Queue. This is wrong.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Putting Data in Outbond Queue
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.