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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -