Commit Graph

1409 Commits

Author SHA1 Message Date
Adrian T. Co 6d9e5b5951 Add some info when loading properties and extDir files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418686 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 05:42:35 +00:00
Adrian T. Co 0d9c764bf5 NPE checking
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418683 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 05:09:17 +00:00
Hiram R. Chirino 7113c5efd8 Fix for
http://issues.apache.org/activemq/browse/AMQ-665


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418618 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 16:49:07 +00:00
Hiram R. Chirino be742f2339 Receipt action was not being populated.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418617 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 16:48:34 +00:00
Hiram R. Chirino 530884a2d9 Better protocol error handling.
Fixed http://issues.apache.org/activemq/browse/AMQ-649



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418602 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 15:00:13 +00:00
Hiram R. Chirino 1ac3421e36 Fixing http://issues.apache.org/activemq/browse/AMQ-724, async exception could close a connection while a new consumer is being added which resulted in the consumer not being removed from the
broker when the connction was shut down.

Danielius Jurna, thanks for the great bug report and problem determination!



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418592 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 13:43:19 +00:00
Hiram R. Chirino dc98d967b5 Added a new/highly refactored version of the STOMP protocol implementation.
The biggest difference between this and previous implementation is that conversion between the STOMP protocol and 
the ActiveMQ protocol happens at a Transport Filter layer instead of doing it all at the WireFormat layer.

I think this has resulted in cleaner code since there's a better seperating between marshalling/unmarshalling of 
the STOMP protocol and converting the stomp protocol to the activemq protocol.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418550 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 04:18:44 +00:00
Hiram R. Chirino 6d550302a2 Enabled working test
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418549 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 04:10:36 +00:00
Hiram R. Chirino b4b8499be5 Cleaned up TCP transport a little.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418548 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 04:08:53 +00:00
Hiram R. Chirino e423bc58a0 http://issues.apache.org/activemq/browse/AMQ-789
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418497 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 19:03:00 +00:00
Hiram R. Chirino 3a4f3d5bd9 Fixed ItStillMarshallsTheSameTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418496 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 18:37:22 +00:00
Hiram R. Chirino 7f0e13571f http://issues.apache.org/activemq/browse/AMQ-406
You can now configure the prefetchPolicy and redeliveryPolicy using the jndi properties.
You can also do it using the Broker URL



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418495 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 18:08:24 +00:00
Hiram R. Chirino 9befb11435 http://issues.apache.org/activemq/browse/AMQ-788
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418486 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 16:03:18 +00:00
Hiram R. Chirino 6f9cfad67b Changed tests so that the data files are under the target directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418437 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 04:22:58 +00:00
Hiram R. Chirino 4404311534 Make this guy succeed on linux
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418436 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 04:21:40 +00:00
Hiram R. Chirino 5401cf8365 added some debug to see when consumers are added and removed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418435 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 04:20:53 +00:00
Hiram R. Chirino 47abda2a7d Trying to get this to pass more reliably on linux
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418424 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 00:32:26 +00:00
Hiram R. Chirino 0da70121d4 Put data file under target directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418422 13f79535-47bb-0310-9956-ffa450edef68
2006-07-01 00:06:58 +00:00
Hiram R. Chirino a537902613 http://issues.apache.org/activemq/browse/AMQ-787
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418413 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 23:06:54 +00:00
Hiram R. Chirino 311cd54b78 Updated pom so that when you do a mvn clean, it does not affect your eclipse project
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418380 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 21:07:54 +00:00
Hiram R. Chirino a49e0850f7 .settings file should not be checked into svn
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418379 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 21:04:48 +00:00
Hiram R. Chirino 8905b967bb .project file should not be checked into svn
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418378 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 21:04:01 +00:00
Hiram R. Chirino 66f759123b We should not be checking in ide project files since maven can generate them
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418372 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 20:48:44 +00:00
Adrian T. Co edf3ba702c Remove third party MQ implementations pending further discussions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418358 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 18:44:17 +00:00
Adrian T. Co 6a9d59658b Added apache copyright headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418349 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 18:13:10 +00:00
Hiram R. Chirino 1e54538e69 Support a destinationOptions servlet parameter that configures the destination options used on a destination
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418311 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 15:28:15 +00:00
Hiram R. Chirino d0c46a7726 If the server and client are configured to disable async dispatch, the servlet could cause a deadlock due to the way
it was syncing on the WebClient     


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418306 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 15:06:05 +00:00
Hiram R. Chirino 686db796b9 If sessionAsyncDispatch==false we do not need to create a session thread.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418285 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 13:48:30 +00:00
Joseph Dennis O. Gapuz 2f7da7fa9b added to support SwiftMQ.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418212 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 09:31:41 +00:00
Hiram R. Chirino a53b2e80c6 Allow the connector to override if async dispatch is allowed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418164 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 02:20:08 +00:00
Hiram R. Chirino 24d8986cee Allow the connector to override if async dispatch is allowed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418162 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 01:43:12 +00:00
Hiram R. Chirino 9c135637f9 Eliminated an unneed Thread.currentThread().interrupt();
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418156 13f79535-47bb-0310-9956-ffa450edef68
2006-06-30 00:13:25 +00:00
Hiram R. Chirino f5ffb39243 http://issues.apache.org/activemq/browse/AMQ-781
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418123 13f79535-47bb-0310-9956-ffa450edef68
2006-06-29 19:51:13 +00:00
Hiram R. Chirino 35fb3d1c84 http://issues.apache.org/activemq/browse/AMQ-780
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418119 13f79535-47bb-0310-9956-ffa450edef68
2006-06-29 19:20:12 +00:00
James Strachan 2026e6e831 added extra test case from userlist
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418022 13f79535-47bb-0310-9956-ffa450edef68
2006-06-29 12:14:28 +00:00
Adrian T. Co 52105b6c25 Added option to specify a properties file to configure the system
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418007 13f79535-47bb-0310-9956-ffa450edef68
2006-06-29 11:13:21 +00:00
Joseph Dennis O. Gapuz b583afccc2 - added option to run test on Jboss MQ.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417927 13f79535-47bb-0310-9956-ffa450edef68
2006-06-29 03:30:51 +00:00
Robert Davies 7606053815 test case for: http://issues.apache.org/activemq/browse/AMQ-755
ensure temp destination infomation is propagated around network of brokers correctly

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417744 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 12:50:30 +00:00
Robert Davies e8952f6b37 support networkTTL as an option
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417734 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 11:40:04 +00:00
Adrian T. Co a783a42f7a Modify the producer and consumer system to recognize -D parameters
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417701 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 08:54:23 +00:00
Adrian T. Co 0dbcc1f4af Modify the reflection utility to be able to recognize property of type object and setter with string param.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417699 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 08:44:29 +00:00
Adrian T. Co faff4999f4 Minor API change.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417658 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 03:26:05 +00:00
Adrian T. Co 6086520836 Added ability to load extension dirs to the spi classes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417653 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 03:11:11 +00:00
Adrian T. Co ffcbd0c015 Fix the setting of the connection metadata
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417391 13f79535-47bb-0310-9956-ffa450edef68
2006-06-27 09:48:00 +00:00
Adrian T. Co b1d2279145 Added an index field in the cpu data result.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417346 13f79535-47bb-0310-9956-ffa450edef68
2006-06-27 05:30:30 +00:00
Adrian T. Co cc1986ff12 Modify the vmstat plugin as it was returning only the summary previously.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417341 13f79535-47bb-0310-9956-ffa450edef68
2006-06-27 05:15:30 +00:00
Adrian T. Co a6f93512b4 - Modify delimiters for cpu sampler data
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417128 13f79535-47bb-0310-9956-ffa450edef68
2006-06-26 06:29:46 +00:00
Gregory John Wilkins 6b0f75c0e1 specify version
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@416645 13f79535-47bb-0310-9956-ffa450edef68
2006-06-23 09:01:56 +00:00
Gregory John Wilkins 4225a4937b fixed local resource override of js
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@416641 13f79535-47bb-0310-9956-ffa450edef68
2006-06-23 08:53:50 +00:00
Gregory John Wilkins 990b852b42 added optional poll delay to amq.js
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@416640 13f79535-47bb-0310-9956-ffa450edef68
2006-06-23 08:53:23 +00:00