Rajesh Maheshwari
Rajesh Maheshwari

Reputation: 21

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>

Upvotes: 1

Views: 62

Answers (2)

Rajesh Maheshwari
Rajesh Maheshwari

Reputation: 21

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

Upvotes: 1

V&#237;ctor Romero
V&#237;ctor Romero

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

Related Questions