Mirror of Apache ActiveMQ
Go to file
Martin Devlin 7ed319e99d AMQ-9187 - Queue Advisory message not sent
- a test case which demonstrates the bug.
  - the first test case sendDelayedMessage_usingNormalProducer works fine because it is using a normal named JMS MessageProducer. Included just for comparison purposes.
  - the 2nd test case sendDelayedMessage_usingAnonymousProducer shows the bug.
- the bug fix: swap the order of the AdvisoryBroker and SchedulerBroker BrokerFilters.
  - make AdvisoryBroker come after SchedulerBroker but before RegionBroker
  - this ensures that when a delayed message gets eventually forwarded to the RegionBroker, the RegionBroker will "see" the AdvisoryBroker when it invokes 'addDestination'. Thus, the AdvisoryBroker gets to send out the advisory message as expected.

(cherry picked from commit 573ae71ec9)
2023-10-20 17:54:24 +02:00
activemq-all [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-amqp [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-blueprint [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-broker AMQ-9187 - Queue Advisory message not sent 2023-10-20 17:54:24 +02:00
activemq-cf [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-client [AMQ-9255] Initialize the transient field of the class Message (#1051) 2023-10-03 07:59:25 -04:00
activemq-client-jakarta [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-console [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-http AMQ-9255 - fix jms package imports 2023-10-03 08:07:36 -04:00
activemq-jaas [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-jdbc-store [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-jms-pool [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-kahadb-store AMQ-9343 - Reduce memory used for in flight transactions 2023-10-18 11:47:21 -04:00
activemq-karaf [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-karaf-itest [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-log4j-appender [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-mqtt [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-openwire-generator [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-openwire-legacy [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-osgi [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-partition [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-pool [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-ra [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-rar [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-run [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-runtime-config [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-shiro [AMQ-9315] Add connectedTimestamp to Connection and JMX view 2023-10-10 14:13:31 -05:00
activemq-spring [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-stomp [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-tooling [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-unit-tests AMQ-9187 - Queue Advisory message not sent 2023-10-20 17:54:24 +02:00
activemq-web [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-web-console [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
activemq-web-demo [AMQ-8611] Describe message size limit init parameter 2023-09-09 07:17:52 +02:00
assembly [AMQ-8611] Describe message size limit init parameter 2023-09-09 07:17:52 +02:00
committer-tools Add ASF header in release-validate.sh script 2020-12-02 20:19:07 +01:00
docs/img Update logos 2020-09-29 11:11:21 -05:00
etc/css NO-JIRA: remove script, moved into dist dev repo to simplify use, now under https://dist.apache.org/repos/dist/dev/activemq/activemq 2017-09-21 17:35:58 +01:00
.gitignore [AMQ-7502] Remove leveldb 2021-03-25 18:54:53 +01:00
Jenkinsfile [#8133] Add s390x as a parameter for Jenkins (#956) 2023-01-14 14:14:00 -06:00
KEYS NO-JIRA: Add gpg key for jbonofre 2019-08-26 10:31:32 -04:00
LICENSE AMQ-7454 - Remove xmpp artifacts 2020-03-26 11:36:41 +00:00
NOTICE Update copyright to include 2023 2023-02-11 07:28:02 +01:00
README.md Prepare 5.18.0 release 2023-03-14 13:55:24 +01:00
SECURITY.md Prepare 5.18.0 release 2023-03-14 13:55:24 +01:00
doap.rdf Update copyright to include 2023 2023-02-11 07:28:02 +01:00
pom.xml AMQ-9331: Upgrade to ASM 9.6 2023-10-20 08:32:41 +02:00

README.md

Welcome to Apache ActiveMQ

Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker. ActiveMQ supports several API and protocols:

  • JMS 1.1, 2.0.3, 3.1.0
  • AMQP
  • MQTT
  • HTTP/WS ActiveMQ also provides advanced features like:
  • network of brokers
  • scheduling
  • and much more!

Getting Started

To help you get started, try the following links:

Getting Started

Building

Examples

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 IRC channel at https://activemq.apache.org/

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

Enjoy!

Licensing

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.