Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.10.0
-
None
Description
When the performance test is triggered via the following flags, the resulting test run sends messages to two topics, as opposed to queues:
mvn activemq-perf:producer -Dproducer.composite=true -DsysTest.totalDests=2 -Dproducer.destName=queue://foo
Messages will be sent to topic://foo.0 and topic://foo.1.
Pull request incoming.