You can configure the JMS application that is running in the Liberty Profile to connect to the service integration bus.
<featureManager>
<feature>wasJmsClient-1.1</feature>
<feature>jndi-1.0</feature>
</featureManager
<jmsQueueConnectionFactory jndiName="jndi_JMS_BASE_QCF">
<properties.wasJms
busName=”Bus1”
remoteServerAddress="localhost:7276:BootStrapBasicMessaging"
targetTransportChain=”InboundBasicMessaging”/>
</jmsQueueConnectionFactory>
<jmsQueue jndiName="jndi_INPUT_Q">
<properties.wasJms queueName="Q1" />
</jmsQueue>
You can configure JMS applications that are running in full profile application server to connect to Liberty messaging.
For more information about configuring the bus name in the connection factory in WebSphere Application Server full profile, see Default messaging provider unified connection factory [Settings].