Fix network bridge local-side close (#2475) * Fix: Perform full lifecycle network bridge shutdown on an administrative stop * Update transport connection stop to pass exception (#7) * Update transport connection stop to pass exception This updates the transport stop to pass any transport exception to the transport during the stop() method call. The transport can optionally decide to use it. In this case the VMTransport has been updated to include the exception as part of the ShutdownInfo command so that bridges know whether stop() was called normally or because of an error. The use of this could be expanded to other transports in the future Test fixes: Co-authored-by: Matt Pavlovich <mattrpav@apache.org> --------- Co-authored-by: Christopher L. Shannon <cshannon@apache.org>
Apache ActiveMQ is a high performance Message Broker licensed under Apache 2.0.
ActiveMQ supports several API and protocols:
ActiveMQ also provides advanced features like:
To help you get started, try the following links:
Getting Started
./bin/activemq console (foreground) or ./bin/activemq startBuilding
mvn clean install -DskipTestsmvn clean installExamples
We welcome contributions of all kinds, for details of how you can help https://activemq.apache.org/contributing.html
Please refer to the website for details of finding the issue tracker, email lists, wiki or Slack channel at https://activemq.apache.org/
Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.
Enjoy!
This software is licensed under the terms you may find in the file named “LICENSE” in this directory.
This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
The following provides more details on the included cryptographic software:
ActiveMQ supports the use of SSL TCP connections when used with with a JVM supporting the Java Cryptography extensions https://www.oracle.com/java/technologies/javase/javase-tech-security.html. ActiveMQ does not include these libraries itself, but is designed to use them.