[JBoss JIRA] Created: (JBMESSAGING-576) Separate paging and persistence functionality
by Tim Fox (JIRA)
Separate paging and persistence functionality
---------------------------------------------
Key: JBMESSAGING-576
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-576
Project: JBoss Messaging
Issue Type: Task
Affects Versions: 1.2.0.Alpha1, 1.0.1.CR5
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.2.1
Reference management gets complex when we have to take into account messages and refs paged and not paged to storage especially if
the database is shared, this means we end up having to do extra queries to work out if the ref is alredy in the database etc.
We should separate the paging functionality out, so it doesn't page to the normal persistent store, but to a separate paging store which
typically would be a local file based store using HOWL or some other fast logger.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (JBMESSAGING-1128) Message not routed from one node to node with only consumer.
by Mike Clark (JIRA)
Message not routed from one node to node with only consumer.
------------------------------------------------------------
Key: JBMESSAGING-1128
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1128
Project: JBoss Messaging
Issue Type: Bug
Components: JMS Clustering
Affects Versions: 1.4.0.GA
Environment: Sun JDK 1.5.0_12, JBoss EAP 4.2.0, JBoss Messaging 1.4.GA installed against the "all" configuration running on RHEL5 (CSB), MySQL 5 used as backing database.
Reporter: Mike Clark
Assigned To: Tim Fox
In trying to reproduce behavior described in case 18885, I can reproduce the following:
Start two instances of JBoss (ports-01 and ports-02 using the usual binding manager approach). Deployed a simple MDB to ports-02; simply logs messages with INFO priority. Deployed a simple MBean to both ports-01 and ports-02 that allows me to send TextMessage messages to the respective boxes from the JMX console.
Messages sent to ports-02 are consumed by the MDB as expected. Messages sent to ports-01 are not consumed unless ports-02 is shutdown (normal shutdown) and restarted. The MDB on ports-02 will consume the messages queued to ports-01 regardless of whether ports-01 is up or not (ports-01 shutdown cleanly). Messages sent to ports-01 are, of course, seen in the database as soon as they are submitted (I'm using PERSISTENT delivery mode.)
Both instances were created from a clean "all" instance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months