java - How to Create\Remove destination using JMS API -


I want to make and remove destinations using only JMS API (without Provider-specific API) in my JMS provider programs.






> Is there a way to do this?
I could not find the relevant API in the javax.jms API, and I think all online solution providers are specific.

Thank you.

No, the only thing you can create is the temporary queue / subject to make a permanent queue / topic There is no capability in the JMS API.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -