[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-28 Thread [EMAIL PROTECTED]
Bug Fix: Add missing security check for transactional sends. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836744#3836744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836744 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-21 Thread [EMAIL PROTECTED]
New JMSProviderLoader that takes jndi properties. Using this to configure HAJNDI access for HAJMS, but it can also be used to easily configure thirdparty jms jndi access more easily. e.g. | | DefaultJMSProvider | | org.jboss.jms.jndi.JNDIProviderAdapter | |

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-19 Thread [EMAIL PROTECTED]
Alternate receivers implementations to change the "load balancing" behaviour for contested queues. See the WIKI: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQReceiverImpl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835526#3835526 Reply to the post : http

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-18 Thread [EMAIL PROTECTED]
Removed the use of SpyEncapsulatedMessage, it doesn't work properly inside a transaction. All external messages are sent using the non serializable message solution, i.e. copy the message information into the SpyMessage equivalents. View the original post : http://www.jboss.org/index.html?module=

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-18 Thread [EMAIL PROTECTED]
Changes between JBoss-3.2.4RC2 and JBoss-3.24RC3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835450#3835450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835450

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-14 Thread [EMAIL PROTECTED]
Bug Fix: Make the selector implementation threadsafe. This problem arises because of the performance improvement to topics in 3.2.4RC1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835045#3835045 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-14 Thread [EMAIL PROTECTED]
Add JMX operations to list messages in queue and topic subscriptions. See the WIKI for more information http://www.jboss.org/wiki/Wiki.jsp?page=ConfigQueue http://www.jboss.org/wiki/Wiki.jsp?page=ConfigTopic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383504

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-11 Thread [EMAIL PROTECTED]
Bug fix: Add the subscription to the non-durable topic message counter otherwise you can only see one nondurable subscription per topic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834539#3834539 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-11 Thread [EMAIL PROTECTED]
ConnectionConsumer improvements: Some more logging. Make the thread name more unique. Catch Throwable not just JMSException so we can detect all failures. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834535#3834535 Reply to the post : http://www.jboss.org/

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-08 Thread [EMAIL PROTECTED]
Fix: For removing nonpersistent at restart We cannot use DELETE FROM ... WHERE TXID=null, it does not work on all databases. Use a separate SQL statement 'DELETE_TEMPORARY_MESSAGES' to tidyup nonpersistent messages during a restart View the original post : http://www.jboss.org/index.html?modul

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-26 Thread [EMAIL PROTECTED]
Make the XASession work like AUTO_ACKNOWLEDGE when it is not enlisted in a transaction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832479#3832479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832479 -

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-22 Thread [EMAIL PROTECTED]
Bug Fix and Performance improvement: Fix race condition in createPersistentTx(), where the long ID was being incremented without a lock. Improve concurrency of SpyXAResourceManager View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831918#3831918 Reply to the po

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-21 Thread [EMAIL PROTECTED]
Bug Fix: Fix the Queue and Topic Requestors to close the receivers before deleting the temporary destination. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831747#3831747 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-18 Thread [EMAIL PROTECTED]
Add a NonPersistentInterceptor as an example server interceptor. See the WIKI for more info http://jboss.org/wiki/Wiki.jsp?page=JBossMQInterceptorExample View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831261#3831261 Reply to the post : http://www.jboss.org/in

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-17 Thread [EMAIL PROTECTED]
Bug Fix: Catch unchecked exceptions generated by the ping operations Catch unchecked exceptions from the user's ExceptionHandler Avoids uncaught Runtime exceptions killing the ping task/clock daemon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831167#38311

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-16 Thread [EMAIL PROTECTED]
Bug fix: Null the exception listener such that errors during the close don't invoke it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831066#3831066 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831066 -

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-16 Thread [EMAIL PROTECTED]
Example jms persistence using Sybase Based on confiig provided by amresh.deshmukh at drkw.com View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831065#3831065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831065 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Don't redeliver messages or restart the connection if the connection was originally in the stopped state during session recovery. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830355#3830355 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Performance Fix: Scheduled (re)delivery and time-to-live processing Replace SimpleTimer with TimeOutFactory to reduce the thread usage. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830354#3830354 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Add the client's ip address/port to the UIL2 read/write threads Patch supplied by Richie Bielak View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830356#3830356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830356

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: MessageCounter on the destination manager Fixed HTML table format bug View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830353#3830353 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830353 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Add the property org.jboss.mq.il.uil2.useServerHost on the client to force it to use the HostName rather than the ip address when connecting to the server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830352#3830352 Reply to the post : http://www.jboss.org

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Reduced the noise for UIL2 now that is stable. Errors that are NOT due to communication problems are now DEBUG/TRACE. This avoid duplicate logging of errors already logged by the server and not logging an exception everytime a client disconnects without closing the exception. View the original p

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
HA JMS Improvements See the WIKI for more information http://jboss.org/wiki/Wiki.jsp?page=JBossMQHA Major changes include: 1) JBossMQ is deployed in deployment-hasingleton in the all configuration 2) Now using the JDBC StateManager, http://jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQStateJDBC the o

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Close all subscriptions to a Destination when the Destination is closed rather than logging an exception about it being in use. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830346#3830346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Regression: reapply fix for bind-address (lost in 3.2.4RC1) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830345#3830345 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830345 -

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Change Notes between 3.2.4RC1 and 3.2.4RC2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830343#3830343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830343 --- Th

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
The default configuration now only contains UIL2. All other remote connection factories are aliased to it. Real deployments for the other connection factories can be found in the all configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830342#3830342

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Add configuration for minimal standalone JBossMQ server See docs/examples/jms/standalone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830340#3830340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830340

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Improved logging both client and server side. This should make it easier for users to debug problems. TRACE logging needs to be enabled to see it: See the user forums for TRACE configuration http://jboss.org/index.html?module=bb&op=viewtopic&t=43573 View the original post : http://www.jboss.org/i

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Allow the same ClientID to be logged in twice. Replace with a check for duplicate Topic subscriptions using the same client id and subscription name which is where the check belongs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830339#3830339 Reply to the po

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Allow a configured client id on a connection factory. See the WIKI for more information http://jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQIL View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830336#3830336 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Force the correct acknowledgement mode for transacted sessions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830335#3830335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830335 -

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Performance Improvement: Removed copy on write semantics from the session View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830333#3830333 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830333 ---

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Temporaries Keep track of temporaries by session. Don't allow consumers in different sessions to where the temporary was created. Don't allow temporary deletion when it has consumers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830332#3830332 Reply

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Major improvements to the selector parsing Add support for numeric promotion in eq and ne IS NOT IN should not return true for non string properties Improve the error reporting Don't throw JMSException for invalidation selectors, log a warning and return false instead Type checking at s

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Correct the expecptions thrown by BytesMessage to be spec compliant View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830327#3830327 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830327

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: StreamMessage Fix some exceptions to be spec compliant Correct the boolean parsing Don't advance the pointer when an exception occurs Fix the bytes[] processing View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830328#3830328 Reply to the post : http:/

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Allow null strings in MapMessage. IMPORTANT: This breaks serialization compatibility with earlier versions of JBossMQ for MapMessages (previous versions used a Hashtable which did not allow null). There is code in place that can recover the old map message format from the persistent store

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Disallow QueueSession operations on TopicSessions and vice-versa. This is because JBossMQ is really JMS 1.1 underneath but only 1.0.2b interfaces are exposed in jboss-j2ee.jar in 3.2.x View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830325#3830325 Repl

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Tidyup: Don't wrap plain JMSExceptions in SpyJMSExceptions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830322#3830322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830322 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Add support for sending thirdparty messages that are not serializable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830324#3830324 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830324 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Add checks for trying to configure/use a closed MessageProducer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830323#3830323 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830323 ---

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG FIX: Throw the spec defined exception when a subscription does not exist View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830321#3830321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830321

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Notify all waiting threads on a message consumer that it is closing. This is a defensive fix for a problem that could be caused when a consumer is misused View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830319#3830319 Reply to the post : http://www.jboss.org/i

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Lazy create timer thread to avoid leaks Refer to bug #890030 on Sourceforge View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830320#3830320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830320

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Performance improvement: Added primary key index to JMS transaction table for JMS/HSQLDB Without this PK, performance is really rotten. Also added it to jdbc3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830316#3830316 Reply to the post : http://www.jboss.

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Null Persistence Manager: Allows configuration of JBossMQ or optionally some destinations as not persistent (including message softening/caching). See the WIKI for more information: http://jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence View the original post : http://www.jboss.org/inde

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
BUG: UIL2 fails to cleanup threads Replace the log.error(...) calls on object stream creation failure in the read and write thread tasks with handleStop(...) calls to clean up both threads. See bug#885053. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830317#3

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Performance improvement: Messages are now queued to the client outside the synchronization block in BasicQueue giving other threads access to the queue earlier. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830314#3830314 Reply to the post : http://www.jbos

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
New JDBC3 Persistence manager. Examples configurations are in docs/examples/jca More information is on the WIKI http://jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQJDBC3Persistence View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830311#3830311 Reply to the post :

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Message Object Pooling has been disabled. This reduces some of the complexity of the implementation. User space pooling is only relevent for objects that take a long time to construct (messages do not). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830309#3830