Open GoogleCodeExporter opened 9 years ago
LOL - That should have read:
"Was receiving deprecation warnings for "send" method, staging it was being
deprecated in favor of the "publish" method."
Original comment by nge...@gmail.com
on 15 Jul 2010 at 9:49
This will support both older and the newer stomp libraries:
def send( *args )
return ( self.respond_to?( :publish ) ? publish( *args ) : super( *args ) )
end
Original comment by nge...@gmail.com
on 16 Jul 2010 at 9:26
Original issue reported on code.google.com by
nge...@gmail.com
on 15 Jul 2010 at 8:51