Commit Graph

1519 Commits

Author SHA1 Message Date
Robert Davies c250fa5f6c fix for http://issues.apache.org/activemq/browse/AMQ-792
enable setting async dispatch for consumers

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418824 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 18:46:09 +00:00
Hiram R. Chirino 10fe0ff7fa Making build more m2 friendly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418798 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 16:25:45 +00:00
James Strachan b9d3032246 removed dependency on XBeanBrokerService so that a regular Spring XML file can be used that just instantiates BrokerService directly to fix AMQ-790
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418790 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 15:23:32 +00:00
James Strachan 96f78a2c08 patched the #ifdef stuff to work nicely on OS X - not sure why defined(unix) is false
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418786 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 15:03:02 +00:00
James Strachan 8a960016ed Fixed compile flags for Mac
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418777 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 14:38:37 +00:00
James Strachan 98dcd68429 log the exception stack trace when the activemq script fails - see AMQ-790 for detail
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418766 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 13:30:16 +00:00
James Strachan 0803e6308b preserve the exception stack trace when the activemq script fails - see AMQ-790 for detail
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418765 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 13:29:50 +00:00
Nathan Christopher Mittler be47d4066c AMQ-517 - adding activemq-cpp project to support integration of c++ stomp and openwire projects.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418749 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 11:51:36 +00:00
Nathan Christopher Mittler 7a853a45bf Initial import.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418748 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 11:40:24 +00:00
Adrian T. Co 20f08f48a8 Added warning message if file is not found.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418688 13f79535-47bb-0310-9956-ffa450edef68
2006-07-03 05:45:42 +00:00
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