Constants - artemis

  • ARTEMIS_ERROR_CODE string {ballerina/artemis}ArtemisError
  • Constant for the artemis error code.

  • MULTICAST string MULTICAST
  • If you want your messages routed to every queue within the matching address, in a publish-subscribe manner.

  • ANYCAST string ANYCAST
  • If you want your messages routed to a single queue within the matching address, in a point-to-point manner.

  • TEXT string TEXT
  • The text message type.

  • BYTES string BYTES
  • The bytes message type.

  • MAP string MAP
  • The map message type.

  • STREAM string STREAM
  • The stream message type.

  • UNSUPPORTED string UNSUPPORTED
  • If the message recieved is not of the supported message type in Ballerina it will have the type as UNSUPPORTED.