Uses of Class
org.ow2.joram.mom.amqp.exceptions.NoConsumersException
-
Packages that use NoConsumersException Package Description org.ow2.joram.mom.amqp -
-
Uses of NoConsumersException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp that throw NoConsumersException Modifier and Type Method Description static voidStubLocal. basicPublish(PublishRequest publishRequest, short serverId, long proxyId)voidDirectExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidFanoutExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidHeadersExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)abstract voidIExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidTopicExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidIExchange. publish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidQueue. publish(Message msg, boolean immediate, short serverId, long proxyId)protected voidIExchange. publishToQueue(String queueName, String routingKey, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)
-