0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 11, 2024 — Aug 11, 2025
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. More... over 14 years ago
Bumped plugin version to 0.3.1 and updated its metadata with correct SCM and docs URLs. 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). More... over 14 years ago
Missing doc file. More... over 14 years ago
Added more metadata about the plugin to its descriptor. More... over 14 years ago
Bumped plugin version to 0.3 and installed the Maven Publisher plugin in preparation for the release. 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. 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). More... over 14 years ago
Updated README for the virtual host test project. More... over 14 years ago
Added some tests for the transactional behaviour supported by the plugin. More... over 14 years ago
rabbitRpcSend() isn't ready for primetime, so disabling for now. More... over 14 years ago
More docs on sending messages, including a reference section for rabbitSend(). More... over 14 years ago
Added some text to the docs explaining that declared queues are automatically bound to the default exchange. More... over 14 years ago
Implemented support for connecting to RabbitMQ virtual hosts. This includes documentation and a test project. 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. More... over 14 years ago
Fleshed out the documentation on configuring queues and exchanges. More... over 14 years ago
Enabled the support for headers exchanges. More... over 14 years ago
We now exclude the Log4j transitive dependency (via Spring AMQP). 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. More... over 14 years ago
Minor change to the queue setup code with regard to reading configuration settings. 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. 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. More... almost 15 years ago
Updated STS project files and also add STS generated stuff to .gitignore. More... almost 15 years ago
Implemented GRAILSPLUGINS-2525: exchanges can now be declared in the Rabbit configuration and queues bound to them. 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. 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. More... almost 15 years ago
rename private method s/addDynamicMessageSendingMessages/addDynamicMessageSendingMethods More... almost 15 years ago
Merge branch 'master' of github.com:grails-plugins/grails-rabbitmq More... about 15 years ago
version 0.2 More... about 15 years ago
upgrade to Grails 1.3.4 More... about 15 years ago