I have setup continuous and sequential inbound queues which run off the measerver for better performance
I have setup sequential outbound queues which run off the migratable clustermember1 but what I now see from testing
is that the outbound messages can only be invoked from that specific clustermember, this means the migrateable
functionality has not been carried out through to the second cluster member
How can I achieve this to allow both my clustermembers to push out queue data? Ive been told to use distrubuted queues but am a bit grey on this topic
The above link details about creating a distributed queue and adding the existing physical queues to them manually.
Distributed queues is way of identifying a set of physical queues with single name. Since you already have physical queues, you can create a distributed queue and add your physical queue to that.
The above link details about creating a distributed queue and adding the existing physical queues to them manually.
Distributed queues is way of identifying a set of physical queues with single name. Since you already have physical queues, you can create a distributed queue and add your physical queue to that.