Commit Graph

6 Commits

Author SHA1 Message Date
Dave Syer
f5360dd419 Skip deploy for docs 2015-03-05 16:11:14 +00:00
Dave Syer
dc88ed89d3 Update to next snapshot 2015-03-03 14:56:26 +00:00
Dave Syer
9c4c590c08 Add @BusConnectionFactory to qualify the preferred instance
If you are using AMQP there needs to be a ConnectionFactory (from
Spring Rabbit) in the application context. If there is a single
ConnectionFactory it will be used, or if there is a one qualified as
@BusConnectionFactory it will be preferred over others, otherwise
the @Primary one will be used. If there are multiple unqualified
connection factories there will be an error.

Fixes gh-13
2015-02-27 13:21:55 +00:00
Dave Syer
71937535e3 Change docs path in README 2014-12-11 15:41:36 +00:00
Dave Syer
98c9dc8fdc Add contributing section to README 2014-11-17 10:29:14 +00:00
Spencer Gibb
a26c602ca0 Refactor docs into separate module 2014-11-11 14:02:09 +00:00