Reputation: 21
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>
Upvotes: 1
Views: 62
Reputation: 21
For workaround, remove outbound property - LOCAL_CERTIFICATE before calling amqp.
Upvotes: 1
Reputation: 5115
This is a know issue however there is no public issue yet, just an internal one (I´m the official maintainer).
This will be fixed as soon as possible.
Upvotes: 0