ProtonHelper.message

Creates a Message object with the given String contained as an AmqpValue body, and the 'to' address set as given.

@param address the 'to' address to set @param body the string to set as an AmqpValue body @return the message

  1. Message message()
  2. Message message(String bd)
  3. Message message(String address, String bd)
    interface ProtonHelper
    static
    Message
    message
    (
    String address
    ,
    String bd
    )

Meta