in your callback impl object, you can save a reference to the actual message.
On Wed, Mar 18, 2015 at 10:45 PM, sunil kalva <kalva.ka...@gmail.com> wrote: > Hi > How do i access the actual message which is failed to send to cluster using > Callback interface and onCompletion method. > > Basically if the sender is failed to send, i want to add it to a temp queue > and retry them later. > > --Sunil >