File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Configuring JMS destinations and Data sources Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Configuring JMS destinations and Data sources" Watch "Configuring JMS destinations and Data sources" New topic
Author

Configuring JMS destinations and Data sources

Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Hi,

I am trying to configure JMS destinations and data sources in JBoss.
Is it mandatory to place these configuration xml files in the deploy directory or could it be in any of the sub directories in deploy folder?

Thanks,
Srikanth.
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8142
    
  52

Originally posted by Srikanth Reddy:
I am trying to configure JMS destinations and data sources in JBoss.
Is it mandatory to place these configuration xml files in the deploy directory or could it be in any of the sub directories in deploy folder?



You can keep the -ds.xml or -service.xml files under a sub-folder of deploy. But any specific reason you want to do this? Why not package them in your application EAR and then include a jboss-app.xml with the following entries:


[My Blog] [JavaRanch Journal]
Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Originally posted by Jaikiran Pai:


You can keep the -ds.xml or -service.xml files under a sub-folder of deploy. But any specific reason you want to do this? Why not package them in your application EAR and then include a jboss-app.xml with the following entries:


I didn't know i could do this. Thanks for letting me know about this.

Thanks,
Srikanth.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Configuring JMS destinations and Data sources
 
Similar Threads
Can Export/Import WAS Profiles work with SIB ?
Running JMS in JBoss
ConnectionFactory
JMS remote LOOKUP
JBoss in Action - Admin Interface Question