List of usage examples for com.rabbitmq.client Consumer interface-usage
From source file net.roboconf.messaging.rabbitmq.internal.impl.RoboconfConsumer.java
/** * Notice: QueueingConsumer is deprecated, hence this implementation that allows recovery. * @author Vincent Zurczak - Linagora */ public class RoboconfConsumer extends DefaultConsumer implements Consumer {
From source file org.apache.airavata.gfac.monitor.impl.push.amqp.BasicConsumer.java
public class BasicConsumer implements Consumer { private final static Logger logger = LoggerFactory.getLogger(AMQPMonitor.class); private MessageParser parser; private MonitorPublisher publisher;
From source file org.pascani.dsl.lib.infrastructure.rabbitmq.RabbitMQConsumer.java
/**
* Implementation of {@link AbstractConsumer} to work with the RabbitMQ queuing
* system.
*
* @author Miguel Jimnez - Initial contribution and API
*/
From source file org.trpr.mule.transport.rabbitmq.RabbitMessageReceiver.java
/**
* The <code>RabbitMessageReceiver</code> is the {@link MessageReceiver} implementation for the RabbitMQ Mule transport.
* Extended the Receiver behavior to support re-connect. This MessageReceiver spawns a thread that is otherwise idle and wakes up only when a shutdown signal
* is received. The thread repeatedly tries to reconnect in between sleep intervals using the RabbitConnector instance and re-initializes itself when the connect
* is a success.
*
From source file RabbitmpTest.QueueConsumer.java
/**
* @author </br>
* gameFrame </br>
* Date:14-3-12 </br>
* Time:?4:15 </br>
* Package:{@link RabbitmpTest}</br>