Class RemnodeMQ
|
Version |
1.0 |
|
Modified |
23-JAN-2018 17:01:41.00 |
|
Configures communication through a message queue using BEA MessageQ as a client.
See also
RtBody attributes pwr_sClass_RemnodeMQ |
String80 |
Description |
|
Optional description. |
Int32 |
Prio |
|
Process priority for the transport process. For future use. |
Int32 |
MyQueue |
|
My queue number that resides on the MQ server. If set to 0 (zero) the queue will
be allocated dynamically and we will not know in advance what queue number we have (can be
useful for one-way outgoing communication with no incoming messages). This attribute
will in this case be updated with the attached queue number. |
Int32 |
TargetGroup |
|
MQ group for every outgoing message.
Dynamic change is possible. |
Int32 |
TargetQueue |
|
MQ queue for every outgoing message.
Dynamic change is possible. |
Float32 |
ScanTime |
|
Scantime in seconds for outgoing RemTrans messages.
Dynamic change is possible. |
Boolean |
Disable |
|
When set, this attribute tells the remote handler not to start
or restart the process that handles this remote node. If the transport process
is running while the attribute is set it will terminate. This can be used to force
a restart of the process. |
UInt32 |
RestartCount |
|
This attribute shows how many times the remote handler has restarted the
transport process that handles this remnode.
Dynamic change is possible and can be used in order to earn more restarts. |
UInt32 |
RestartLimit |
|
The restart limit tells the remote handler how many times the transport process
that handle this remnode can be restarted.
Dynamic change is possible and can be used in order to earn more restarts. |
Time |
RestartTime |
|
The restart time is set by the transport process at startup and therefore
shows the latest (re)starttime. |
UInt32 |
ErrCount |
|
Error counter. |
String8 |
Id |
|
Type of remnode. Used in the RemoteConfig classgraph. |
Array of Objid |
RemTransObjects |
|
Contains the objid for the RemTrans objects for this remnode.
The objid's are inserted by the remote process. |
Template Object |
Prio |
15 |
ScanTime |
1.000000e-01 |
RestartLimit |
100 |
Id |
MQ |
Attributes detail
Process priority for the transport process. For future use.
My queue number that resides on the MQ server. If set to 0 (zero) the queue will
be allocated dynamically and we will not know in advance what queue number we have (can be
useful for one-way outgoing communication with no incoming messages). This attribute
will in this case be updated with the attached queue number.
MQ group for every outgoing message.
Dynamic change is possible.
MQ queue for every outgoing message.
Dynamic change is possible.
Scantime in seconds for outgoing RemTrans messages.
Dynamic change is possible.
When set, this attribute tells the remote handler not to start
or restart the process that handles this remote node. If the transport process
is running while the attribute is set it will terminate. This can be used to force
a restart of the process.
This attribute shows how many times the remote handler has restarted the
transport process that handles this remnode.
Dynamic change is possible and can be used in order to earn more restarts.
The restart limit tells the remote handler how many times the transport process
that handle this remnode can be restarted.
Dynamic change is possible and can be used in order to earn more restarts.
The restart time is set by the transport process at startup and therefore
shows the latest (re)starttime.
Type of remnode. Used in the RemoteConfig classgraph.
Contains the objid for the RemTrans objects for this remnode.
The objid's are inserted by the remote process.