springwolf-amqp-0.3.0
stavshamir
released this
06 Jun 18:32
·
1020 commits
to master
since this release
What's Changed
- Ability of specifying base package for configuration beans by @Stmated in #63
- Added ability to describe exchange and routing key for AMQP consumer and producer by @DmitriButorchin in #69
- Added specialized class for
ProducerData
(AmqpProducerData
) for more convenient instantiation ofProducerData
. - The
ProducerData
fieldbinding
has changed tooperationBinding
, and a new fieldchannelBinding
has been added.
Thanks a lot to @DmitriButorchin for his valuable contribution!