SimpleAmqpClient
SimpleAmqpClient copied to clipboard
Predefined exchange types are incorrect
The predefined exchange type constants AmqpClient::Channel::EXCHANGE_TYPE_DIRECT, AmqpClient::Channel::EXCHANGE_TYPE_FANOUT, AmqpClient::Channel::EXCHANGE_TYPE_TOPIC are incorrect.
They should be "amq.direct", "amq.fanout", and "amqp.topic"