Mirror of Apache ActiveMQ
Go to file
Hiram R. Chirino 642d38cd8c Fix for https://issues.apache.org/activemq/browse/AMQ-1156
We now actually update the tcpNoDelay setting on the socket once the wireformat options are negociated.  This allows
the client to control if his socket and the server's socket use the option.  By default tcpNoDelay is enabled.
the client should use a URL like -Durl=tcp://localhost:61616?wireFormat.tcpNoDelayEnabled=false to disable tcpNoDelay on both the client and the server socket.



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@573080 13f79535-47bb-0310-9956-ffa450edef68
2007-09-05 21:51:40 +00:00
activemq-all Created an activemq-all.jar bundle 2007-07-13 05:45:09 +00:00
activemq-book Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT 2007-06-08 13:55:40 +00:00
activemq-console Attempt to fix AMQ-1363, to no avail 2007-08-15 14:12:46 +00:00
activemq-core Fix for https://issues.apache.org/activemq/browse/AMQ-1156 2007-09-05 21:51:40 +00:00
activemq-fileserver Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
activemq-jaas Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
activemq-jpa-store UpdateManager changed to account for Store and Temp data usage as well as memory usage 2007-08-20 10:34:59 +00:00
activemq-openwire-generator Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
activemq-optional Applied patch from http://issues.apache.org/activemq/browse/AMQ-1361 2007-08-13 15:44:51 +00:00
activemq-perftest Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT 2007-06-08 13:55:40 +00:00
activemq-ra rolled back the previously applied patch for MessageActivationSpec and re-created the interface from scratch by pulling up all the public getters/methods from the original ActiveMQActivationSpec class to ensure we have the correct license headers etc 2007-08-13 16:24:29 +00:00
activemq-rar Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT 2007-06-08 13:55:40 +00:00
activemq-repository-builder Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT 2007-06-08 13:55:40 +00:00
activemq-soaktest More checkstyle fixes 2007-08-11 21:29:21 +00:00
activemq-systest More checkstyle fixes 2007-08-11 21:29:21 +00:00
activemq-test-atomikos Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
activemq-tooling Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
activemq-web moved the web helper classes to activemq-web so that they are reusable in other web apps easily 2007-08-23 16:42:34 +00:00
activemq-web-console moved the web helper classes to activemq-web so that they are reusable in other web apps easily 2007-08-23 16:42:34 +00:00
activemq-web-demo More checkstyle fixes 2007-08-11 21:29:21 +00:00
activemq-xmpp Last set of checkstyle violation fixes 2007-08-12 05:27:21 +00:00
assembly moved activeio into the optional section 2007-08-22 15:08:53 +00:00
etc/css Added javadoc css 2007-03-01 08:48:00 +00:00
log_analyzer_tool deleting .pyc files 2007-08-14 05:59:56 +00:00
DISCLAIMER.txt Adding NOTICE files to all build artifacts and updating some LICENCE files too. 2006-10-23 15:38:07 +00:00
KEYS Added my gpg public key to the key file. If you are going to be doing releases, you should do the same. 2006-02-16 04:07:41 +00:00
LICENSE.txt did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
NOTICE.txt Set the eol-style 2006-11-14 21:02:18 +00:00
README.txt Fix incubator links in the README 2007-02-07 00:09:05 +00:00
doap.rdf updated DOAP file post-graduation 2007-02-12 11:50:26 +00:00
pom.xml ActiveIO removed its incubator label 2007-09-04 04:57:10 +00:00

README.txt

Welcome to Apache ActiveMQ 
=================== 
Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation.


Getting Started
===============
To help you get started, try the following links:-

Getting Started
http://activemq.apache.org/getting-started.html

Building
http://activemq.apache.org/getting-started.html#GettingStarted-WindowsSourceInstallation
http://activemq.apache.org/getting-started.html#GettingStarted-UnixSourceInstallation

Examples
http://activemq.apache.org/examples.html

We welcome contributions of all kinds, for details of how you can help
http://activemq.apache.org/contributing.html

Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
http://activemq.apache.org/

Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.
Enjoy!

------------------------
The Apache ActiveMQ team