Just a quick helper for OpenEJB runtime DataSource deployment and undeployment, See below. Needs some imagination for real use, but will point you in the right direction I hope. If someone knows a better way then I am all ears .
Creating an EJB to call / utilize this code is pretty straight forward. You can then create your own UI to call it with very little effort. For JMS add the followingto an EJB to get hold of the JMS ConnectionFactory (Then it is also pretty simple to create queues etc. To remove queues you will have to enable the JMXConnector on ActiveMQ with useJmx="true", and then have a look at https://gist.github.com/439668 for how to use it): DataSource example code: -- View this message in context: http://openejb.979440.n4.nabble.com/does-OpenEJB-have-a-admin-console-tp3519216p4532172.html Sent from the OpenEJB User mailing list archive at Nabble.com.
