amqp headers can not be converted into JMS headers?

Solution Unverified - Updated -

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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content