I just wanted to confirm my configuration is correct before I embark on asking Informatica Support.
I've setup RabbitMQ Server 3.7.7 and enabled the topic exchange plug-in which created the jms.durable.queues exchange. I created a new queue MyQ which is bound to jms.durable.queues.
# -----.bindings file------------------------------------------------------------------
ConnectionFactory/ClassName=javax.jms.QueueConnectionFactory
ConnectionFactory/FactoryName=com.rabbitmq.jms.admin.RMQObjectFactory
ConnectionFactory/RefAddr/0/Content=jms/ConnectionFactory
ConnectionFactory/RefAddr/0/Type=name
ConnectionFactory/RefAddr/0/Encoding=String
ConnectionFactory/RefAddr/1/Content=javax.jms.ConnectionFactory
ConnectionFactory/RefAddr/1/Type=type
ConnectionFactory/RefAddr/1/Encoding=String
ConnectionFactory/RefAddr/2/Content=com.rabbitmq.jms.admin.RMQObjectFactory
ConnectionFactory/RefAddr/2/Type=factory
ConnectionFactory/RefAddr/2/Encoding=String
# Change this line accordingly if the broker is not at localhost
ConnectionFactory/RefAddr/3/Content=localhost
ConnectionFactory/RefAddr/3/Type=host
ConnectionFactory/RefAddr/3/Encoding=String
myQueue/ClassName=javax.jms.Queue
myQueue/FactoryName=com.rabbitmq.jms.admin.RMQObjectFactory
myQueue/RefAddr/0/Content=jms/Queue
myQueue/RefAddr/0/Type=name
myQueue/RefAddr/0/Encoding=String
myQueue/RefAddr/1/Content=javax.jms.Queue
myQueue/RefAddr/1/Type=type
myQueue/RefAddr/1/Encoding=String
myQueue/RefAddr/2/Content=com.rabbitmq.jms.admin.RMQObjectFactory
myQueue/RefAddr/2/Type=factory
myQueue/RefAddr/2/Encoding=String
myQueue/RefAddr/3/Content=MyQ
myQueue/RefAddr/3/Type=destinationName
myQueue/RefAddr/3/Encoding=String
myQueue/RefAddr/4/Content=true
myQueue/RefAddr/4/Type=amqp
myQueue/RefAddr/4/Encoding=String
myQueue/RefAddr/5/Content=MyQ
myQueue/RefAddr/5/Type=amqpQueueName
myQueue/RefAddr/5/Encoding=String
myQueue/RefAddr/6/Content=jms.durable.queues
myQueue/RefAddr/6/Type=amqpExchangeName
myQueue/RefAddr/6/Encoding=String
myQueue/RefAddr/7/Content=MyQ
myQueue/RefAddr/7/Type=amqpRoutingKey
myQueue/RefAddr/7/Encoding=String
By Source Qualifier is of type BytesMessage.
Please let me know if these look correct or if I've made a mess of it.