XMS .NET creating administered objects
The ConnectionFactory and Destination object definitions that XMS applications require to make a connection to a messaging server must be created using the appropriate administrative tools.
Before you begin
About this task
To create the administered objects for IBM MQ use the IBM MQ Explorer or IBM MQ JMS administration (JMSAdmin) tool.
To create the administered objects for IBM MQ or IBM Integration Bus, use the IBM MQ JMS administration (JMSAdmin) tool.
To create administered objects for WebSphere Application Server service integration bus, use the WebSphere Application Server administrative console.
In the administrative tooling the property is known as
APPLICATIONNAME or APPNAME for short.
Note: You cannot use
JMSAdmin to set TRANSPORT(UNMANAGED). Therefore, in order to get an unmanaged XMS client using an
administratively chosen application name, you need to enter the following
command:
cf.SetIntProperty(XMSC.WMQ_CONNECTION_MODE, XMSC.WMQ_CM_CLIENT_UNMANAGED);The following steps summarize what you do to create administered objects.