Vote count:
0
I need a shared durable subscription for a sonic topic in Mule. For this scenario, topic name should be something like [[test]]testtopic. but Mule doesn't let me enter '[' or ']'.
<jms:inbound-endpoint doc:name="JMS" connector-ref="sonicSub" topic="[[test]]testtopic" />
I was trying use ASCII characters which doesn't work either. Is there a way to make it work?
<jms:inbound-endpoint doc:name="JMS" connector-ref="sonicSub" topic="#['\133']['\133']test#['\135']#['\135']testtopic" />
Can't I have MEL in endpoints?
asked 3 mins ago
Aucun commentaire:
Enregistrer un commentaire