Configuring custom properties for IBM MQ messaging provider JMS resources
In addition to the standard properties that you can define for IBM MQ messaging provider JMS resources, you can configure further IBM MQ properties as custom properties. You can configure custom properties for activation specifications, connection factories, and JMS destinations for the IBM MQ messaging provider.
About this task
WebSphere® Application Server supports the use of custom properties to define IBM MQ properties. This is useful because it enables WebSphere Application Server to work with later versions of IBM MQ that might have properties that are not exposed in WebSphere Application Server.
You can use this task to set custom properties for JMS destinations, connection factories, and activation specifications for the IBM MQ messaging provider. For example, you would use this task to set the custom property WAS_EndpointInitialState for an activation specification. WAS_EndpointInitialState determines whether or not message consumption begins from the JMS destination as soon as the activation specification is used for a message-driven bean to connect with the destination.
To specify custom properties for IBM MQ messaging provider JMS resources, use the administrative console to complete the following steps:
Procedure
Example
- For Name, specify WAS_EndpointInitialState.
- For Value, specify one of the following options:
- ACTIVE
- Specify a value of ACTIVE if message consumption is to begin as soon as the message-driven bean connects with the JMS destination.
- INACTIVE
- Specify a value of INACTIVE if message consumption is not to begin until you use the wsadmin tool or the administrative console to activate message consumption for the message-driven bean.
- For Type, select String.