Posted: Fri Apr 25, 2003 6:00 am Post subject: Duplicating messages across a cluster
Apprentice
Joined: 19 Mar 2003 Posts: 25
Hello,
I have one application writing to a clustered q. I have 2 queue managers in the cluster (identical) both on seperate Windows servers. The servers themselves are not clustered.
If the app writes to clustered_q on server 1 is there a way of duplicating this msg onto clustered_q on server 2 as well.
I want to do this to provide high availability for the system i.e. if server 1 completely dies, I can switch to server 2 which will have all duplicated msgs on the 2nd clustered q.
You cannot duplicate message with cluster. You can use round robin model working with cluster.
Also if 1 qmgr is down cluster automatically put message to the second.
If you still want to duplicate messages, use distribution list. _________________ Regards.
Leonid.
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