The UnionVMS system communicates with Flux through JMS queues and webservice calls. This chapter will handle JMS queues, more specifically the queue bridging need.
To send a request to FLUX, a message has to be put in the bridge queue. To consume a request, a message has to be
in the configured DF queue.
There are two settings that UnionVMS can be set up:
1. UnionVMS and Flux sharing the same JMS broker (figure 1)
(Figure 1)
In this case your outgoing and incoming message queues are on the same JMS broker, hence no configuration is needed.
2. UnionVMS and Flux having each a different JMS broker (Figure 2)
(Figure 2)
If the UnionVMS JMS broker and Flux JMS broker are two different entities, a bridge has to be set up to move messages from one broker to another. Hence a bridge is needed for every queue.
Here is the setup description for JMS bridges operating under Wildfly 8.2.0. If you are using a different application container than Wildfly, try to adapt to the theoretical foundations of this example.