Messaging Queue
AD_Queue
Messages Queue definition for inbound and outbound messages
Overview
| Table Name | AD_Queue |
|---|---|
| Access Level | System + Client |
| Entity Type | MSG |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Table |
| Wiki | View on iDempiere Wiki |
Columns (21)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Table_ID |
Search(10) | No | - | Database Table information |
EXP_Processor_ID |
Table Direct(10) | No | - | - |
Host |
String(255) | No | - | - |
Record_ID |
Record ID(22) | No | - | Direct internal record ID |
AD_Client_ID |
Search(10) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Integration_ID |
Table Direct(10) | Yes | - | - |
AD_Org_ID |
Table Direct(10) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
AD_Queue_Direction |
List(3) | Yes | GEN | Specify Direction of the Queue (Inbound/Outbound/General) |
AD_Queue_ID |
ID(10) | Yes | - | Messaging Queue for messaging |
AD_Queue_Type |
List(1) | Yes | S | The type of operating mode for this queue |
AD_Queue_UU |
String(36) | No | - | - |
Created |
Date+Time(29) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(10) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
isMessageAcknowledge |
Yes-No(1) | Yes | N | Message Acknowledge for Queue |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
Updated |
Date+Time(29) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(10) | Yes | - | User who updated this records |
Value |
String(255) | Yes | - | Search key for the record in the format required - must be unique |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Table_ID |
AD_Table.AD_Table_ID | Database Table information |
EXP_Processor_ID |
EXP_Processor.EXP_Processor_ID | - |
Record_ID |
Record.Record_ID | Direct internal record ID |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Integration_ID |
AD_Integration.AD_Integration_ID | - |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
Generated on 2026-05-03T19:12:38.113663423Z