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 » General Discussion » synchpoint and message arrival

Post new topic  Reply to topic
 synchpoint and message arrival « View previous topic :: View next topic » 
Author Message
psanders
PostPosted: Mon Jul 26, 2004 10:59 am    Post subject: synchpoint and message arrival Reply with quote

Apprentice

Joined: 02 Apr 2002
Posts: 27

Given that I put several messages to a remote queue within a single unit of work. Will the messages all be committed to the target local queue within a unit of work or will some of the messages be available before others. I am guessing that the MTA will do as he sees fit and there is no guarantee that the messages will arrive together.

Assuming my guess is correct, are there any message options that can be used to easily alter this behavior?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Jul 26, 2004 11:19 am    Post subject: Reply with quote

Grand High Poobah

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

Use your own private channel and tailor it in such a way that the channel batch size is a little bit greater than the max messages in a single commit.

That should do the trick
Back to top
View user's profile Send private message Send e-mail
PeterPotkay
PostPosted: Mon Jul 26, 2004 3:56 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

In addition, the channel speed will have to be set to NORMAL if these are non persistent (NP) messages. Otherwise, on a FAST channel, NP messages are fire and forget, and the sending MCA will send them over outside of syncpoint one by one.

If they are persistent, channel speed is not an issue in this regard.


The other option is to use Message Groups, if the other side wil take care to specify options that only retrieve the messages when ALL the messages in the group have arrived.


But you might want to reconsider your design so that this is not a requirement. MQ guarantees that the message WILL be delivered. It does not guarantee WHEN it will be delivered.
_________________
Peter Potkay
Keep Calm and MQ On
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 » General Discussion » synchpoint and message arrival
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.