Slow producer - Facing delay in JMS producer over solace queue

Hey @sumit047,

Are you using the JMS or JCSMP API to publish? And can you share the part of your code that publishes?

In general you want to make sure you are re-using the re-usable resources and not doing something like setting up and tearing down your Session for each message.