13 Commits

Author SHA1 Message Date
markpollack
72ced9dd74 RabbitBrokerAdmin now uses SingleConnectionFactory
The self node name created appends a UUID suffix to make it unique.
Trim node names passed to JInterface
SingleConnectionFactory now implements DisposableBean
2010-09-29 10:34:52 -04:00
markpollack
7e9411a26c add missing files for AMQP-58 (Support for caching of OtpConnections) 2010-09-27 18:36:01 -04:00
markpollack
cb9f64a5e3 AMQP-58 - Support for caching of OtpConnections 2010-09-27 15:07:02 -04:00
Dave Syer
80a03be673 Some improvements to the admin module:
- Re-org exec a bit
- Add checks for env vars in admin
- Check upper case host name on Windoze
- Fix problem with user admin binary converter in Rabbit 2.1
- Add pauses to prevent RPC errors (timing issue in JInterface?)
2010-09-27 17:36:08 +01:00
markpollack
e26fd64723 Copy in javadocs from JInterface regarding use of node names. 2010-09-06 10:46:39 -04:00
Chris Beams
64d1befc35 Eliminate commented method from ExecuteWatchdog 2010-07-29 23:21:19 +02:00
Chris Beams
5dcf6d5931 Eliminate javadoc warnings 2010-07-29 23:19:46 +02:00
Chris Beams
ef57164a1b Remove unnecessary casts 2010-07-29 19:19:23 +02:00
Chris Beams
4bf6c675b8 Remove dead code and unused imports
Fix dead exception case

Exception was previously being thrown if replyTo address was null,
however this was unreachable code as replyTo is always assigned
a new Address. Logic has been changed to throw the same exception
if the default response routing key is found to be null.
2010-07-29 18:51:09 +02:00
Chris Beams
ba50092b37 Fix 'raw type' warnings. No significant API changes. 2010-07-29 18:50:09 +02:00
Chris Beams
be3904109e Suppress serialization warnings
All classes that implement java.io.Serializable are now explicitly
marked with @SuppressWarnings("serial").  This serves as an indication
that none of the classes are suitable for transmission across process
boundaries.  This may be revisited over time and as necessary the
annotation may be removed in favor of a generated serialVersionUID.

Until such time, there Spring AMQP maintains no serialization
compatibility guarantees for any class so annotated.
2010-07-29 17:14:38 +02:00
Mark Fisher
f02c0d72a0 AMQP-26 removed the 'otp' package 2010-07-16 10:39:09 -04:00
Mark Fisher
bade5f60f9 AMQP-26 renamed 'spring-otp' to 'spring-erlang' 2010-07-16 10:27:25 -04:00