Use this tab to identify the queuing, subnet, and messaging protocol the application associated with this client record (or client profile record) can use.
Note: If you are creating a client profile record, none of the fields below are required; they are required if you are creating or modifying a client record.
Transport Type (required)
Either MQSeries (the default), MSMQ, or MQSeries Client.Addressing (For MSMQ only): Allows specification of MSMQ addressing mode.
Public: Select this to have a queue created on the entered machine name and published to the MSMQ Information Server, MQIS. This type of queue will only be available if the MQIS is accessible.
Private: Select this to have a queue created on the entered machine name, which must be the hosting machine for any application that will access the queue. That is, it will only be accessible on that single machine.
Direct Public: Select this to have a queue created on the entered machine name and published to the MSMQ Information Server, MQIS. This type of queue can only be created if the MQIS is accessible to the owning application, typically a CASP Business Element. However when accessed by a remote application, typically a CASP client issuing a "put request", CASP will use MSMQ direct addressing allowing the client to complete its send with out access to the MQIS when working off-line in store and forward mode.
Direct Private: Select this to have a queue created on the entered machine name, which must be the hosting machine for any application that will access the queue. That is, it will only be accessible on that single machine. When accessed by a remote application, typically a CASP client issuing a "put request", CASP will use MSMQ direct addressing allowing the client to complete its send when working off-line in store and forward mode.
Transaction: When configuring a queue as Direct you must indicate if the application will create it as a transaction or not, since applications that to it will not be able to request this information from the MSMQ Information Server (MQIS).
Transport Options (required, unless noted otherwise)
Use Default Queue Manager? (checkbox for MQSeries or MQSeries Client only)
Instructs the client application to use the default queue manager defined on the client machine.or
Queue Manager or Machine Name
The name of the queue manager (or machine name for MSMQ) on the client machine.Queue Name
The name of the queue to which this client application attachesthat is, its reply queue.or
The business element application looks in the directory for its queue name.
This application registers to receive all messages with a subject that has the same name as this queue.
When the client wants to send a message to the business element, it broadcasts a message with the business element's queue name as its subject.
Subnet ID
The name of the subnet on which the queue and queue manager reside. The drop-down menu lists currently defined subnets for the transport type you are using; you can also key in a subnet ID.Error Profile (optional)
The name of the error profile record that describes the actions CASP should take if an error occurs. Use the drop down menu to display currently defined error profile records.Dynamic Queues (optional)
Use the Expiry Interval text boxes to specify the time (in seconds) that CASP should wait before purging the dynamic queue, or use the Never Expire checkbox to prevent dynamic queues from expiring.