Products Downloads


French version


 

Important note: These properties are event parameters; they are only accessible in execution mode and are only valid while the Adelia code linked to the event is being executed.


Concerns the ConnectionEvent event.

Indicates a change in the status of the connection to NATS servers.

Adelia type

NUM_BIN_4

Accessibility

Read only

Associated constants
_NATS_CLOSED The connection is closed.
_NATS_CONNECTED The connection to the NATS server(s) has been established.
_NATS_DISCONNECTED The connection is lost. The connection manager will try to re-establish it automatically.
_NATS_DISCOVERED_SERVERS Server discovery.
_NATS_LAME_DUCK The connection is in an inconsistent state.
_NATS_RECONNECTED The connection is re-established.
_NATS_RESUSCRIBED The current subscriptions have been reactivated.

Concerns the OnMessage event.

Indicates if the message contains headers.

Adelia type

BOOL

Accessibility

Read only

Associated constants None

Concerns the OnMessage event.

Indicates if the message is issued by a JetStream subscriber.

Adelia type

BOOL

Accessibility

Read only

Associated constants None

Concerns the OnMessage event.

NATS message data. This is a binary field which you can translate via the conversion instructions if you know its content (CONV_DATA, VaToolBxImageToAlpha).

Adelia type

IMAGE

Accessibility

Read only

Associated constants

None

Concerns the OnMessage event.

Message internal ID

Adelia type

ALPHA(250)

Accessibility

Read only

Associated constants None

Concerns the OnMessage event.

Message subject.

Adelia type

ALPHA(250)

Accessibility

Read only

Associated constants None

Concerns the OnMessage event.

Indicates the subject for which a reply is expected.

Adelia type

ALPHA(250)

Accessibility

Read only

Associated constants None



↑ Top of page