Clients - artemis : Connection

Represents ActiveMQ Artemis Connection.

Constructor

__init

(string url, ConnectionConfiguration? config)

  • url string
  • The connection url to the broker

Remote Methods

Methods

close

Closes the connection and release all its resources.

isClosed

()

returns boolean

Returns true if close was already called.

  • Return Type

    (boolean)
  • true if closed, false otherwise