Where are JMS messages stored in WebLogic 9.2 server?

2.6k Views Asked by At

I would like to know at what location WebLogic 9.2 server stores JMS messages on disk.

Regards Chaitanya

1

There are 1 best solutions below

0
On BEST ANSWER

It actually highly depends on your configuration. Check config directory in your domain and search for JMSFileStore (I assume you are using that) configurations. Here is a little documentation about that.