Search code examples
httpsrabbitmqmuleamqp

Mule with https inbound fails to invoke amqp


I have setup rabbitMQ and created application with http inbound.

<flow>
<http:inbound />
<amqp:outbound ../>
</flow>

the above flow works perfectly. but when i switch to https:inbound it get fails with error message 'invalid value in table'

<flow>
<https:inbound />
<amqp:outbound ../>
</flow>

Solution

  • For workaround, remove outbound property - LOCAL_CERTIFICATE before calling amqp.