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 Java / JMS » MQ issue with PUT

Post new topic  Reply to topic
 MQ issue with PUT « View previous topic :: View next topic » 
Author Message
velocity
PostPosted: Sat Jul 25, 2009 5:34 am    Post subject: MQ issue with PUT Reply with quote

Centurion

Joined: 30 Nov 2007
Posts: 126

Hi Guys!

On server A theres an alias queue which points to a cluster QL on server B. The replies come back to a reply queue on sever A.

It appears the PUT does not even start until the wait on the reply queue expires. Then the PUT starts and completes successfully.

They are using JAVA/websphere JMS.

Any ideas?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Sat Jul 25, 2009 1:09 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Tell them to stop using the same transaction for both PUT and GET.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Jul 26, 2009 2:22 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY



In J2EE terms the producer/sender in the request part of the request / reply model cannot participate in the global transaction, due to the asynchronicity of the MQ transportation model.

Request/reply is not synchronous in MQ, it is "quasi" synchronous and participates in the asynchronous model.

This is often times solved by either of the 2 deployment transactional attributes: "requires new" or "not supported" although my personal preference would be "requires new".

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » MQ issue with PUT
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.