| Author |
JBoss 1.4 Messaging - database persistence tables
|
Vishwa Kumba
Ranch Hand
Joined: Aug 27, 2003
Posts: 1064
|
|
JBoss 1.4 Messaging - database persistence
I found the foll. tables in the database to store JMS information
JBM_POSTOFFICE - stores the list of configured queues/topics
JBM_MSG - stores the individual messages as they arrive
JBM_MSG_REF - holds the relationship between a message and the destination(queue/topic)
As the volume of messages increases, the JBM_MSG and JBM_MSG_REF could go very large.
Are there are any performance issues with this?
I was wondering if it is possible to configure a seperate table to hold messages for each queue.
|
 |
Anjali Malar
Greenhorn
Joined: Apr 09, 2011
Posts: 6
|
|
Vishwa,
How to figure out that which tables store JMS information. Where the table-JMS configuration will be specified?
Is the tables only for Queue or is it for topic?
|
 |
Anjali Malar
Greenhorn
Joined: Apr 09, 2011
Posts: 6
|
|
Hi
Has anyone got any idea about the configuration details for JMS and DB tables. I was trying to figure out in which configuration file the details will be specified?
We are using JMS in JBoss.
Thanks!
|
 |
 |
|
|
subject: JBoss 1.4 Messaging - database persistence tables
|
|
|