• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Way to turn off JMS inside JBOSS

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking at creating my own profile (based on default.) I don't need JMS (MQ) in JBoss. Can I just disable it? How? Is it used by something else internally? Thanks!
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JMS is just another deployed service in JBoss - so just undeploy it (i.e. move the JMS directory out of you deploy directoy). Nothing uses it explicitly so you should be able to do this without a problem. That being said its probably not going to affect the performance of JBoss by removing it other than sprobably speeding un the startup time.

BTW: for future reference JBoss questions should really go in the JBoss forum.
reply
    Bookmark Topic Watch Topic
  • New Topic