Maybe a duplicate question, however, I did not find any answer to it. I have an MDB, I'd like to configure some system properties in descriptor files, these properties must be available during deployment. where should I put these property name-value pair? Is there any way I can do that?
Asked
Active
Viewed 227 times
0

Gord Thompson
- 116,920
- 32
- 215
- 418

user1684651
- 390
- 1
- 8
- 21
-
I think you can do that with your application server, which one do you use? – Petr Mensik Oct 24 '13 at 12:51
-
Yes, I was trying to deal with JBoss EAP5. I can set them from mbean SystemPropertiesService and add this mbean as a dependency to the Queue service. – user1684651 Oct 25 '13 at 05:33