I was replying to say that I wasnt sure if you were talking about the custom 'batch message' format Azure also supports, but Qpid JMS doesn't support it (it could perhaps be shoehorned to send them with some significant abuse of internals as-is, but receipt would be a different story), but Clemens beat me to the punch and is obviously a much better person to speak to that area.
In terms of sending asynchronously, you can use the async send APIs introduced in JMS 2.0 to have multiple messages in flight at a time, if thats all you meant. Robbie On 23 March 2018 at 08:12, Abhishek Kumar <[email protected]> wrote: > Hi Team, > > We have requirement to send 10k message per second to azure service bus with > the use of Qpid JMS . > > I am not able to find, how can I enable and implement batch functionality > for sending. > > Could you please provide any guidance for sending batch message to service > bus with Qpid JMS ? > > Regards, > Abhishek Kumar > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
