The following table describes the adapter properties:
| Property Name (screen) | Property Name (Attach Adapter) | Type | Description | Required? |
| Queue Name | QueueName | String | The name of the queue on the server to send messages. This queue must be managed by the indicated Queue Manager Name. | Required |
| Queue Manager Name | QueueManagerName | String | The name of the queue manager on the server to send messages. | Required |
| MQ System Name | SystemName | String | The name of the MQ server system. This may be a symbolic name or an IP address. | Required |
| Port | Port | String | The port number on the MQ server system to which the MQ server queue listener is attached. | Required |
| MQ Channel | Channel | String | The name of the MQ server channel associated with the queue. | Required |
| Maximum Input Buffer Size | MaxBufferSize | Integer | The maximum size of the buffer, in bytes. | No |
| CSV Delimiters | CsvSeparators | String | The CSV field separators. Can be multiple characters. Defaults to a comma. | No |
| CSV Escape Characters | CsvEscapeChars | String | The character that escapes the meaning of special characters, including the delimiters, escape characters, and quote characters. Can be multiple characters. Defaults to a backslash. | No |
| CSV Quote Characters | CsvQuoteChars | String | The characters to delineate the beginning and end of a field. Defaults to single and double quotes. | No |
| Perform CSV Trimming | CsvTrimming | Boolean | If true, the default, strips spaces from the beginning and end of each field. If true, a quoted field containing nothing but spaces is interpreted as NULL. | |
| Timestamp Column Format | TimestampColumnFo rmat | String | The format for timestamp values. See "Timestamp Format Codes" in the Sybase CEP CCL Reference for more information. If omitted, defaults to "YYYY/MM/DD HH24:MI:SS.FF". If blank, timestamps are expected as the number of microseconds since the epoch (midnight, January 1, 1970). | No |
Note: Each input stream has a property that can specify whether to use the current server timestamp value instead of the row timestamp set by the adapter. If this stream property is set to true, it overrides any row timestamp set by the adapter.