6 Replies Latest reply on May 15, 2017 9:45 AM by metodski

    Adding the jms subsystem while wildfly is running without reloading

    metodski

      Is there a way to add the jms subsystem and it's properties without having to reload wildfly ? Atm using wildfly 9 and adding the jms extension/subsystem/configurations with wildfly's cli java api, but i need to start using them right away because they are added to wildfly while our app is deploying and we have our queues defined in the same app so we need to start using them after the app is deployed. But instead with a freshly added jms subsystem without a server reload the subsystem can't be used. After a restart it starts working fine but that's not what im trying to accomplish.