AMQConsumerService
Classname: be.securit.trustbuilder.service.AMQConsumerService
This service (from here on referred to as consumer) is used for receiving and handling messages.
Properties
Username: Username for accessing the queuingserver.
Password: Password for accessing the queuingserver.
Host: Host of the queuingserver this consumer will receive messages from.
Port: Port of the queuingserver this consumer will receive messages from.
Queue: The queue this consumer is accepting messages from.
Exchange: The exchange the aforementioned queue is getting messages from.
Topics: The topics the queue associated with this consumer will accept from the exchange. (special case: If the same queue is already bound to another consumer or other consumers, the topics this queue will listen to will be the union of the topics for each consumer)
Workflow: The workflow that will handle the messages.