PDA

View Full Version : Latest Reference Documents



irfanm12
May 2nd, 2011, 06:20 PM
The reference documents referenced on the site say release 1.0.0.M1 but it looks like the details still refer to the older release. For example the method to send messages says there is a message using a MessageCreator which no longer exists. How do i get to the updated docs?

Thanks
Irfan

Dave Syer
May 3rd, 2011, 05:04 AM
Which site are you talking about? This says it is 1.0.0.RC1: http://static.springsource.org/spring-amqp/docs/1.0.x/reference/html/.

irfanm12
May 3rd, 2011, 11:44 AM
Thats the site I'm talking about. While it does say that the content is for 1.0.0.M1 release the actual content does not seem to indicate that. For example section 1.4 Sending Messages indicates that one of the methods to send messages has a signature using the MessageCreator object which, if you look at the API documentation, no longer exists.

Dave Syer
May 4th, 2011, 07:17 AM
OK, I see. That's just a bug in the docos then. Most people use the convertAndSend() convenience methods anyway, so we should update that section to reflect common usage.