AMQP Client entry point.
Use this interface to create an instance of @see \io\vertx\jphp\amqp\AmqpClient and connect to a broker and server.
Once connected to the broker or router, you get a connection. This connection is automatically opened.
Represents an AMQP message.
Reference about the different metadata can be found on AMQP message properties.
Note that the body is retrieved using body*
method depending on the expected type.
Builder to create a new @see \io\vertx\jphp\amqp\AmqpMessage.
Reference about the different metadata can be found on AMQP message properties.
Note that the body is set using withBodyAs*
method depending on the passed type.