Delay Delivery Queue Property with New Java API
Sreekanth
Member Posts: 13 ✭✭
Hello,
I am creating a Solace consumer using the new Java API with the "create resource" strategy. My application will create a queue if it does not already exist. I would like to add the capability in my code to set delayed delivery, which we are currently configuring through the Solace dashboard/CLI. Is there a way to achieve this using the new Java API SDK?
Tagged:
0
Comments
-
Hi @Sreekanth, the only way to set delayed delivery or other endpoint properties via the Java API would be to use endpoint templates. You can find more information on them here:
Hope that helps!
0