From Websphere MQ, how to remove RFH2 header for non JMS client?
Issue
In order to remove JMS RFH2 with websphere MQ, the targetClient value set NONJMS. However,the RFH2 header of JMS is still generated.
How to configure EAP to disable JMS RFH2 Header?
<admin-object class-name="com.ibm.mq.connector.outbound.MQQueueProxy" jndi-name="java:jboss/ReplyQueue" pool-name="ReplyQueue">
<config-property name="baseQueueName">
ReplyQueue
</config-property>
<config-property name="targetClient">
NONJMS
</config-property>
</admin-object>
</admin-objects>
Environment
Red Hat JBoss Enterprise Application Platform
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
