ProtonHelper.message

Creates a Message object with the given String contained as an AmqpValue body.

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

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

Meta