Skip to content

Example of using JBoss Fuse and Fabric to build a scalable messaging solution

Notifications You must be signed in to change notification settings

rawlingsj/fuse-fabric-mq-example

Repository files navigation

fuse-fabric-mq-example

Hello Keith Example of using JBoss Fuse ESB, JBoss Fuse MQ and Fabric to build highly scalable messaging solutions.

The example will show how to create multiple containers using Fabric to dynamically scale and discover services within the ESB. Rather than using the default Fuse broker the example will show how to add new brokers with custom broker configuration. The intention is that this example can be used as a quick way to start looking at how Fuse provides answers to the demands of resiliant high volume messaging requirements.

Getting started...

  1. Clone this repo
  2. Build and install example into your local maven repo
    $ mvn clean install
  3. Launch JBoss Fuse ESB
  4. Run Karaf installer
    shell:source mvn:org.fusebyexample.mq/fuse-fabric-mq-example-features/0.0.1-SNAPSHOT/karaf/installer
  5. Wait for containers to successfully provision
  6. Use hawtio to see what's going on!

Hawtio -http://localhost:8181/hawtio

What you should see

The producer is generating messages every second, two consumers are registered so the consumption of messsages is split between each container.

Want to see what else you can do?

Try some of the following...

  1. Add to the producer and consumer camel routes and checkout how cool hawtio is!

Useful links

About

Example of using JBoss Fuse and Fabric to build a scalable messaging solution

Resources

Stars

Watchers

Forks

Packages

No packages published