SAM_BROKER | none |
The name of the broker or queue manager running on the messaging server.
This property must be set if using one of the variants of the WebSphere
MQSeries protocol (SAM_WMQ, SAM_WMQ_CLIENT, SAM_WMQ_BINDINGS).
|
SAM_HOST | localhost |
The hostname of the machine on which the messaging server is running.
|
SAM_PORT | 1414 for SAM_WMQ
or 1506 for SAM_WPM
|
The port number on which to attempt communication with the messaging server.
|
SAM_CLIENT_ID | none |
A string used to uniquely identify the client when accessing subscriptions.
Warning: Not yet implemented!
|
SAM_EXPIRE_AFTER | 0 |
Time in milliseconds after which a message is deemed to have expired and can be
deleted from queues. The default value is 0 indicating the message never expires.
Warning: Not yet implemented!
|
SAM_MESSAGE_PERSISTENCE | none |
Selects whether messages are made persistent during delivery. The value may be
SAM_PERSISTENT or SAM_NON_PERSISTENT. The default is dependant on the connection
type and capabilities of the Messaging Server to which the connection is made.
Warning: Not yet implemented!
|
SAM_PASSWORD | none |
The password to be used when the Messaging Server to which the connection is being made requires authentication.
|
SAM_TRANSACTIONS | SAM_AUTO |
Indicates how transactions are handled on this connection. The value may be SAM_AUTO (the default) to allow automatic handling on a per operation basis or SAM_MANUAL to allow the PHP script to control the transaction boundaries. If SAM_MANUAL is used any in-flight transactions will be rolled back if the script is terminated or the connection is closed without a commit being executed.
|
SAM_USERID | none |
The user id to be used when the Messaging Server to which the connection is being made requires authentication.
|
SAM_WPM_DUR_SUB_HOME | none |
The name of the messaging engine where durable subscriptions are managed. (WPM ONLY).
|