Configuring JMS Bridge with WildFly

In this article we will learn how to configure a JMS bridges with WildFly so that we can route messages from one destination to another. First of all some basics: the purpose of a JMS bridge is to consume messages from a source JMS destination and send them to a target JMS destination. There are … Read more

Categories JMS