Skip to content

Instantly share code, notes, and snippets.

@rterp
Created January 30, 2016 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rterp/36697993c51c27295824 to your computer and use it in GitHub Desktop.
Save rterp/36697993c51c27295824 to your computer and use it in GitHub Desktop.
public void startBroker() throws Exception {
context.addComponent("jms-broker", activeMQComponent("vm://localhost?broker.persistent=false"));
buildProducerRoute(context);
buildConsumerRoute(context);
context.start();
}
@rterp
Copy link
Author

rterp commented Jan 30, 2016

a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment