Commit Graph

298 Commits

Author SHA1 Message Date
Dave Syer
1956dca3e8 AMQP-137: Align logger test and appender internals with project norms 2011-03-31 09:38:38 +01:00
J. Brisbin
e1591d137c AMQP-137: Added AMQP Log4J appender to spring-rabbit 2011-03-31 09:34:48 +01:00
Mark Fisher
87cf18c0f1 AMQP-128 removed 'recoverAsync' method from RabbitBrokerOperations (interface) and RabbitBrokerAdmin (implementation) 2011-03-29 12:38:23 -04:00
Mark Fisher
27efb67420 AMQP-107 added tests for concurrent consumers 2011-03-28 16:48:10 -04:00
Mark Fisher
5bd1b9303c AMQP-107 added test for queue names in addition to queue instances 2011-03-28 16:40:15 -04:00
Mark Fisher
800da7475d AMQP-107 added test for multiple queues with SimpleMessageListenerContainer 2011-03-28 15:49:44 -04:00
Dave Syer
7d57669c4c AMQP-136: move txSelect() to Connection impl 2011-03-28 18:17:08 +01:00
Dave Syer
7d70286dba Javadocs and extra integration test 2011-03-28 18:17:08 +01:00
Mark Fisher
c50a13e6e5 AMQP-133 added test for 'advice-chain' attribute in the <listener-container> element 2011-03-28 13:04:09 -04:00
Mark Fisher
8f0b0a79cb AMQP-133 added the 'advice-chain' attribute to the <listener-container> element in the XSD 2011-03-28 10:50:01 -04:00
Mark Fisher
f506daaf3c AMQP-133 added support in listener-container parser class for 'advice-chain' attribute 2011-03-28 10:43:16 -04:00
Dave Syer
4e0361de2c INT-136: Weaken checks for concurrent initialization 2011-03-28 15:19:51 +01:00
Dave Syer
2220f0c017 AMQP-131: remove config base classes - they really were adding no value (copied to samples) 2011-03-28 13:50:15 +01:00
Dave Syer
a8d01f7c9d AMQP-103, AMQP-126: add tests for re-declaration and fix bug exposed in tx handling 2011-03-28 12:06:45 +01:00
Dave Syer
785d48d91c Move README to correct place 2011-03-28 08:47:58 +01:00
Dave Syer
dce5a8042b AMQP-134: revert to vanilla logging 2011-03-28 08:30:41 +01:00
Dave Syer
735bdf4ff1 AMQP-132: Add retry configuration conveniences and abstractions 2011-03-25 18:29:06 +00:00
Dave Syer
5013d8fec8 Tidy up dependencies 2011-03-25 13:19:04 +00:00
Dave Syer
67504ddcf4 AMQP-103: extend integration tests 2011-03-25 12:34:48 +00:00
Dave Syer
9ad7f3351a Remove reference to Java 6 constructor 2011-03-25 12:25:32 +00:00
Dave Syer
0bc94c1676 AMQP-103: added integration test for declarative retry 2011-03-25 12:25:32 +00:00
Dave Syer
02215be0d9 AMQP-130: always wait for listeners to attempt to start before container decides it has started 2011-03-25 12:25:32 +00:00
Dave Syer
5e784495ed AMQP-120: add setter for ObjectMapper 2011-03-25 12:25:32 +00:00
Mark Fisher
5dcfd28fb5 AMQP-54 fixed typos in code samples 2011-03-24 15:19:06 -04:00
Dave Syer
b9d2f6de60 Knock off some trivial TODOs 2011-03-23 18:09:06 +00:00
Dave Syer
98d26b40b0 AMQP-129: allow client RuntimeExceptions to propagate in RabbitTemplate 2011-03-23 17:47:53 +00:00
Dave Syer
df5d22169d AMQP-127: align parsers and XSD and defaults in domain 2011-03-23 17:16:12 +00:00
Dave Syer
c940e03624 AMQP-125: add custom lock manager and tests
- Add test for transactional send in listener
- Add ActiveObjectCounter and use it in SMLC and consumer
2011-03-23 14:52:26 +00:00
Dave Syer
b9a9ba8d12 AMQP-124: comment out syserr in test 2011-03-22 21:57:57 +00:00
Dave Syer
2030e51165 AMQP-124: make Message.toString() more informative if byte[] body 2011-03-22 21:57:28 +00:00
Dave Syer
175080a2f4 AMQP-124: make Message.toString() more robust 2011-03-22 18:29:25 +00:00
Dave Syer
92079b5e7f AMQP-105: Added bundlor config to fail on warnings and fixed problems with existing templates 2011-03-22 17:49:23 +00:00
Dave Syer
04f9a88240 AMQP-111: add AnonymousQueue and a load of changes to namespace to support it 2011-03-22 17:28:48 +00:00
Dave Syer
d236fc71a0 AMQP-123: Support for String[] queueNames in MLC 2011-03-22 15:13:41 +00:00
Dave Syer
a7c2df55f3 Add -P integration profile for tests involving broker 2011-03-22 13:55:22 +00:00
Dave Syer
17c8fec5fa Remove cycle by co-locating RabbitAccessor with its utilities 2011-03-22 13:17:17 +00:00
Dave Syer
983dca42ff AMQP-122: defer declarations until first use of Connection 2011-03-22 12:39:59 +00:00
Dave Syer
663cbdffc2 Add BROKER_INTEGRATION_TEST system property for broker tests 2011-03-22 10:17:16 +00:00
Dave Syer
0ac378daa9 AMQP-122: Add ConnectionListener 2011-03-22 08:34:44 +00:00
Dave Syer
43920969f4 AMQP-104: tidy up distro and remove samples 2011-03-19 08:56:25 +00:00
Dave Syer
35f6d0df83 AMQP-121: change concurrency attribute parsing 2011-03-15 15:33:06 +00:00
Dave Syer
5c4d13ca26 AMQP-118: removed template constructor from RabbitAdmin 2011-03-14 17:49:12 +00:00
Dave Syer
f1d783cf5c AMQP-114: tweak concurrency protection in consumer startup detection 2011-03-14 16:48:47 +00:00
Dave Syer
3912832bb9 AMQP-114: rethrow ListenerStartupFatalException if any detected on startup 2011-03-14 16:41:04 +00:00
Dave Syer
ff5e45bdd2 AMQP-113, AMQP-112: backoff and sleep when listener container fails to connect 2011-03-14 14:39:57 +00:00
Dave Syer
f41ee23964 AMQP-109: catch and log exception during stop 2011-03-14 12:00:13 +00:00
Dave Syer
c027107cfc AMQP-110: remove rabbit- prefix from some attributes 2011-03-14 08:34:38 +00:00
Tomas Lukosius
b58ae49c2c AMQP-110 - Renamed <rabbit:rabbit-admin/> to <rabbit:admin/> 2011-03-14 08:05:44 +02:00
dsyer
dba303e05f Change default fallback behaviour of MLC if caching connections 2011-03-13 15:34:11 +00:00
Tomas Lukosius
b4570e3df9 AMQP-106 Added namespace support for rabbit-admin. 2011-03-12 09:41:19 +00:00