Use this panel to view or change the broker settings of the selected connection factory, or topic connection factory, for use with the WebSphere® MQ messaging provider. These broker settings determine how the WebSphere MQ messaging provider interacts with a broker for the purposes of publishing messages and subscribing to topics. Updates to the settings take effect when the server is restarted.
Make any required changes to these groups and then click Apply to return to the connection factory, or topic connection factory.
A WebSphere MQ connection factory, or topic connection factory, has the following broker properties:
The queue to which broker control messages are sent.
Information | Value |
---|---|
Data type | String |
Default | SYSTEM.BROKER.CONTROL.QUEUE |
The queue to which publication messages are sent.
Information | Value |
---|---|
Data type | String |
Default | SYSTEM.BROKER.DEFAULT.STREAM |
The queue to which subscription messages are sent.
Information | Value |
---|---|
Data type | String |
Default | SYSTEM.JMS.ND.SUBSCRIBER.QUEUE |
The queue to which subscription messages that are destined for a connection consumer are sent.
Information | Value |
---|---|
Data type | String |
Default | SYSTEM.JMS.ND.CC.SUBSCRIBER.QUEUE |
The version of the broker that is used. This determines some of the capabilities that the broker is assumed to have. For example, whether to use an RFH version 1 or version 2 header in publications.
Information | Value |
---|---|
Data type | Radio button |
Default | Version 1 broker |
Range |
|
The process in which message selection is performed. This property is enabled only if Version 2 broker was selected.
Information | Value |
---|---|
Data type | Drop-down list |
Default | CLIENT |
Range |
|
The process for tracking subscriptions.
Information | Value |
---|---|
Data type | Drop-down list |
Default | MIGRATE |
Range |
|
How often a long running transaction is recreated and used to clean up durable subscriptions, for some versions of the queue manager.
Information | Value |
---|---|
Data type | Integer |
Default | 60000 |
Range | Any positive integer |
How aggressively messages are cleaned up if the subscriber that is expected to consume the messages terminates unexpectedly.
Information | Value |
---|---|
Data type | Drop-down list |
Default | SAFE |
Range |
|
How often to check for orphaned subscriptions and clean up messages.
Information | Value |
---|---|
Data type | Integer |
Default | 3600000 |
Range | Any positive integer |
The wildcard format used for subscribing to more than one topic in a topic hierarchy.
Information | Value |
---|---|
Data type | Drop-down list |
Default | character wildcards |
Range |
|
The number of messages to publish before publishing a message that requires broker acknowledgement
Information | Value |
---|---|
Data type | Integer |
Default | 25 |
Range | Any positive integer |
An option to specify whether this connection factory is anticipated to receive a high proportion of messages that match its selection criteria. This information can be used to optimize message delivery.
Information | Value |
---|---|
Data type | Check box |
Default | Cleared |
Range |
|
The name of the queue manager that is running the broker, if it is not the same as the queue manager to which the connection factory connects.
Information | Value |
---|---|
Data type | String |
Default | The queue manager name that was specified in the connection factory. |