[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=bbop=viewtopicp=3836744#3836744

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836744



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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.

  |   mbean code=org.jboss.jms.jndi.JMSProviderLoader
  |  name=jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider
  | attribute name=ProviderNameDefaultJMSProvider/attribute
  | attribute name=ProviderAdapterClass
  |   org.jboss.jms.jndi.JNDIProviderAdapter
  | /attribute
  | !-- The queue connection factory --
  | attribute name=QueueFactoryRefjava:/XAConnectionFactory/attribute
  | !-- The topic factory --
  | attribute name=TopicFactoryRefjava:/XAConnectionFactory/attribute
  | !-- Access JMS via HAJNDI --
  | attribute name=Properties
  |java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | 
  |java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | 
  |java.naming.provider.url=localhost:1100
  | /attribute
  |   /mbean
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835842#3835842

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835842


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3835526#3835526

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835526


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3835450#3835450

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835450


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3835451#3835451

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835451


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3835041#3835041

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835041


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3835045#3835045

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835045


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3834535#3834535

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834535


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3834539#3834539

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834539


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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?module=bbop=viewtopicp=3834195#3834195

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834195


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3832479#3832479

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832479


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831918#3831918

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831918


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831747#3831747

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831747


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831261#3831261

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831261


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831167#3831167

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831167


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831065#3831065

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831065


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3831066#3831066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831066


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830309#3830309

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830309


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830311#3830311

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830311


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830314#3830314

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830314


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830317#3830317

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830317


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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/index.html?module=bbop=viewtopicp=3830315#3830315

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830315


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830316#3830316

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830316


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830320#3830320

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830320


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830319#3830319

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830319


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830321#3830321

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830321


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830323#3830323

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830323


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830324#3830324

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830324


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830322#3830322

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830322


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830325#3830325

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830325


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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, converting it to the new format.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830326#3830326

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830326


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830328#3830328

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830328


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830327#3830327

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830327


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 subscription time


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830331#3830331

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830331


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830332#3830332

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830332


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830333#3830333

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830333


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830335#3830335

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830335


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830336#3830336

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830336


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830339#3830339

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830339


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopict=43573

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830341#3830341

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830341


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830340#3830340

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830340


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830342#3830342

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830342


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830343#3830343

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830343


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830345#3830345

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830345


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830346#3830346

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830346


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 old file based version using jbossmq-state.xml can be found in
docs/examples/jms


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830349#3830349

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830349


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830350#3830350

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830350


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830352#3830352

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830352


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830353#3830353

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830353


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830356#3830356

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830356


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830354#3830354

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830354


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3830355#3830355

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830355


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development