Clients - artemis : Session

Represents ActiveMQ Artemis Session.

close

()

returns error?

Closes the connection and release all its resources

  • Return Type

    (error?)
  • error if an error occurs closing the connection or nil

isClosed

()

returns boolean

Returns true if close was already called

  • Return Type

    (boolean)
  • true if closed, false otherwise.