I'm going to use WCF over Solace messaging platform. AFAIK Solace is JMS-compatible, so JMS binding would also meet my purposes. I found JNBridge, but it's not free. So I'd like to know if there are any other solutions.
As a minimum I need to support topic publish/subscribe logic.
Ability to process various message properties like CorrelationId
and ApplicationMessageType
would be great.