Posted: Fri Apr 11, 2003 8:42 am Post subject: publish/subscribe optimization
Newbie
Joined: 20 Feb 2002 Posts: 7
Hi,
I have hundreads of agents (each agent run on a different computer and have an installation of Websphere MQ) publishing messages.
In my architecture - there is a central broker running on an HACMP envrionment and ~10 subscribers.
It is very important to achieve persistency in one hand and high performance in another.
I am looking for design solutions, so I can set message as unpersitent (getting speed) - but not losing data.
One possibility ( and I am not sure it can be applicable) is to have the messages persistent in the agents - and unpersistent between the agents the broker and the subscribers.
Another may be using a token message - in the end of a bulk of messages. The token message is persistent - and I coun't the number of message received till the token. If messages are missing - I send a request to the agent to resend the whole group of messages.
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