amqp headers can not be converted into JMS headers?
Issue
- I have the following configuations in broker.xml
<transportConnectors>
<transportConnector name="openwire" uri="tcp://${bindAddress}:${bindPort}?transport.transformer=jms"/>
<transportConnector name="amqp" uri="amqp://localhost:5672?transport.transformer=jms"/>
</transportConnectors>
- As per the red hat documentation with the above configuration should support amqp headers and convert the same into JMS headers.But that is not happening in my case all the amqp headers are considered as string property.(Note I'm just directly posting a message from web console of amq broker).
- Is there any error in my configuration or it's the expected behaviour?
- Question1: jboss amq supports amqp headers or not?
- Question2: Is there a way to accept amqp header and produce the same amqp header to our consumers using amq without converting them into JMS Headers?
Environment
- Red Hat JBoss A-MQ
- 6.2.1
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.
