The self node name created appends a UUID suffix to make it unique.
Trim node names passed to JInterface
SingleConnectionFactory now implements DisposableBean
- 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?)
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.
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.