Event Action Property Values
| Event Action Value | Description |
|---|---|
| accept | connection accepted |
| acknowledge | message is acknowledged |
| add | user added to a group |
| admin_commit | administrator manually committed an XA transaction |
| admin_rollback | administrator manually rolled back an XA transaction |
| commit | transaction committed |
| connect | connection attempted |
| create | something created |
| delete | something deleted |
| disconnect | connection disconnected |
| flow_engaged | stored messages rise above a destination’s limit, engaging the flow control feature |
| flow_disengaged | stored messages fall below a destination’s limit, disengaging the flow control feature |
| interest | registered interest for a route |
| modify | something changed |
| grant | permission granted |
| premature_exit | message prematurely exited |
| purge | topic, queue, or durable subscriber purged |
| receive | message posted into destination |
| remove | user removed from a group |
| resume | administrator resumed a route |
| revoke | permission revoked |
| rollback | transaction rolled back |
| rotate_log | log file rotated |
| send | message sent by server to another party |
| subscribe | subscription request |
| suspend | administrator suspended a route |
| txcommit | administrator manually committed a local transaction |
| txrollback | administrator manually rolled back a local transaction |
| xacommit | an application committed an XA transaction (2-phase) |
| xacommit_1phase | an application committed an XA transaction (1-phase) |
| xastart | an application started a new XA transaction |
| xastart_join | an application has joined (that is, added) a resource to an existing transaction |
| xastart_resume | an application resumed a suspended XA transaction |
| xaend_fail | an application ended an XA transaction, indicating failure |
| xaend_success | an application ended an XA transaction, indicating success |
| xaend_suspend | an application suspended an XA transaction |
| xaprepare | an application prepared an XA transaction |
| xarecover | an application called recover (to get a list of XA transactions) |
| xarollback | an application rolled back an XA transaction |
Copyright © Cloud Software Group, Inc. All rights reserved.
