FieldsMethodsMember Objects1. Fields
status
| Function name |
Function signature |
| queue_item_status_get |
string queue_item_status_get (object:queue_item obj) |
|
This function returns the status of the message
|
received_date
| Function name |
Function signature |
| queue_item_received_date_get |
string queue_item_received_date_get (object:queue_item obj) |
|
This funcion returns the receiving date of the message
|
size
| Function name |
Function signature |
| queue_item_size_get |
int queue_item_size_get (object:queue_item obj) |
|
This function returns the message size
|
sender
| Function name |
Function signature |
| queue_item_sender_get |
string queue_item_sender_get (object:queue_item obj) |
|
This function returns the sender of the message
|
next_schedule
| Function name |
Function signature |
| queue_item_next_schedule_get |
string queue_item_next_schedule_get (object:queue_item obj) |
|
This function returns the date of the next scheduled retry for delivering the message
|
recipients
| Function name |
Function signature |
| queue_item_recipients_get |
string queue_item_recipients_get (object:queue_item obj) |
|
This function returns the recipients of the message
|
id
| Function name |
Function signature |
| queue_item_id_get |
string queue_item_id_get (object:queue_item obj) |
|
This funtion returns the Axigen id for the queue item (message)
|
2. Methods
| Function name |
Function signature |
| queue_item_destroy2 |
int queue_item_destroy2 (void*) |
| queue_item_destroy |
int queue_item_destroy (object:queue_item) |
3. Member Objects
connection_data
Functions that apply to member object:
| Function name |
Function signature |
| proxy_connection_data_get |
object:connection_data proxy_connection_data_get (object:proxy proxy, object:session s) |
|
This function returns the connection data for the proxy. The connection data is used at setting various connections for the proxy connections
|
listeners
Functions that apply to member object:
| Function name |
Function signature |
| proxy_listeners_get |
object:listeners proxy_listeners_get (object:proxy proxy, object:session s) |
|
This function returns the listeners list for this proxy
|
mapping_data
Functions that apply to member object:
| Function name |
Function signature |
| proxy_mapping_data_get |
object:mapping_data proxy_mapping_data_get (object:proxy proxy, object:session s) |
|
This function returns the mapping data for the proxy. The mapping data is used for configuring Axigen clustering. Please read the Axigen documentation for more information.
|