openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
grails-rabbitmq
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 4 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
The plugin now excludes the spring-core dependency pulled in by spring-amqp.
Peter Ledbrook
More...
over 14 years ago
Bumped plugin version to 0.3.1 and updated its metadata with correct SCM and docs URLs.
Peter Ledbrook
More...
over 14 years ago
Fixed integration tests for Grails 1.3.3 and moved the message/index.gsp view from the plugin to the default test project (where it's corresponding controller already is).
Peter Ledbrook
More...
over 14 years ago
Missing doc file.
Peter Ledbrook
More...
over 14 years ago
Added more metadata about the plugin to its descriptor.
Peter Ledbrook
More...
over 14 years ago
Bumped plugin version to 0.3 and installed the Maven Publisher plugin in preparation for the release.
Peter Ledbrook
More...
over 14 years ago
Fixed a bug with exchange declarations that didn't include 'autoDelete' and 'durable' parameters. Also added a test exchange configuration to the default test project to check for regressions.
Peter Ledbrook
More...
over 14 years ago
The custom GrailsRabbitAdmin is no longer needed (the standard Spring AMQP RabbitAdmin now configures exchanges, queues, and bindings from the appropriate bean definitions).
Peter Ledbrook
More...
over 14 years ago
Updated README for the virtual host test project.
Peter Ledbrook
More...
over 14 years ago
Added some tests for the transactional behaviour supported by the plugin.
Peter Ledbrook
More...
over 14 years ago
rabbitRpcSend() isn't ready for primetime, so disabling for now.
Peter Ledbrook
More...
over 14 years ago
More docs on sending messages, including a reference section for rabbitSend().
Peter Ledbrook
More...
over 14 years ago
Added some text to the docs explaining that declared queues are automatically bound to the default exchange.
Peter Ledbrook
More...
over 14 years ago
Implemented support for connecting to RabbitMQ virtual hosts. This includes documentation and a test project.
Peter Ledbrook
More...
over 14 years ago
Updated the documentation on consuming messages. In particular, I added docs for the new 'rabbitSubscribe' property that can be used for easy pub/sub messaging.
Peter Ledbrook
More...
over 14 years ago
Fleshed out the documentation on configuring queues and exchanges.
Peter Ledbrook
More...
over 14 years ago
Enabled the support for headers exchanges.
Peter Ledbrook
More...
over 14 years ago
We now exclude the Log4j transitive dependency (via Spring AMQP).
Peter Ledbrook
More...
over 14 years ago
Upgraded to Spring AMQP 1.0.0.M2 and added transaction support. This fixes GRAILSPLUGINS-2554, for which I added a test project. As part of this, I moved the existing integration tests from the plugin to the new test project.
Peter Ledbrook
More...
over 14 years ago
Minor change to the queue setup code with regard to reading configuration settings.
Peter Ledbrook
More...
over 14 years ago
Added rabbitRpcSend() dynamic method + unit test for it. Also refactored the code that applies the dynamic methods into a separate class to make it easier to test and reuse.
Peter Ledbrook
More...
over 14 years ago
Small refactoring so that AutoQueueMessageListenerContainer doesn't need to be aware of the convention for naming exchange beans. This should avoid potential pain down the line. Now it must be configured explicitly with an exchange name and a seperate, optional routing key.
Peter Ledbrook
More...
almost 15 years ago
Updated STS project files and also add STS generated stuff to .gitignore.
Peter Ledbrook
More...
almost 15 years ago
Implemented GRAILSPLUGINS-2525: exchanges can now be declared in the Rabbit configuration and queues bound to them.
Peter Ledbrook
More...
almost 15 years ago
Implemented GRAILSPLUGINS-2494: services can now declare a static 'rabbitSubscribe' property. This property can either be an exchange name or a map containing the exchange name and a routing key. This property will result in the service being added as a listener to the named exchange via a temporary queue.
Peter Ledbrook
More...
almost 15 years ago
Fix for GRAILSPLUGINS-2496: the queue listeners were being started automatically before the corresponding Grails services were attached to them. If a queue contained at least one message before the application started, this resulted in an error as the associated listener picked up the message but had no way to process it.
Peter Ledbrook
More...
almost 15 years ago
rename private method s/addDynamicMessageSendingMessages/addDynamicMessageSendingMethods
Jeff Brown
More...
almost 15 years ago
Merge branch 'master' of github.com:grails-plugins/grails-rabbitmq
Jeff Brown
More...
about 15 years ago
version 0.2
Jeff Brown
More...
about 15 years ago
upgrade to Grails 1.3.4
Jeff Brown
More...
about 15 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree