I'm using MQe for asynchron Messaging from several POS (Points of sale) to MQ on a Back Office Server. Asynchron because the POS should be useable in case of network-problems. The Back Office Software communicates directly with MQ. The MQe-MQ-Bridge runs on the same machine.
It's importend that all messages assured arrive each other, even after a network crash and a restart of all systems.
Heres my configuration:
In MQ all defined queues are persistent.
To send data from POS to MQ: In the bridgemanager I have a Bridgequeue to send messages to MQ. In the POS-Queuemanager there is a asynchron Remotequeue to that bridgequeue. All objects run under the slightest possible configuration.
To receive messages from MQ I have a local queue on each POS and an asynchron Remotequeues to that on bridge-side. So all messages, that are delivered from MQ go to the specified POS's localqueue. All objects run under the slightest possible configuration.
Will all messages be assured delivered in this configuration?
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