activemq-artemis/artemis-junit
Justin Bertram 74fa4ca758 ARTEMIS-4212 fix sending msgs to address w/mismatching routing types
When sending, for example, to a predefined anycast address and queue
from a multicast (JMS topic) producer, the routed count on the address
is incremented, but the message count on the matching queue is not. No
indication is given at the client end that the messages failed to get
routed - the messages are just silently dropped.

Fixing this problem requires a slight semantic change. The broker is now
more strict in what it allows specifically with regards to
auto-creation. If, for example, a JMS application attempts to send a
message to a topic and the corresponding multicast address doesn't exist
already or the broker cannot automatically create it or update it then
sending the message will fail.

Also, part of this commit moves a chunk of auto-create logic into
ServerSession and adds an enum for auto-create results. Aside from
helping fix this specific issue this can serve as a foundation for
de-duplicating the auto-create logic spread across many of the protocol
implementations.
2023-04-25 16:08:31 -05:00
..
artemis-junit-4 ARTEMIS-4212 fix sending msgs to address w/mismatching routing types 2023-04-25 16:08:31 -05:00
artemis-junit-5 ARTEMIS-4234 Fix some issue with Embedded Resource send and receive 2023-04-10 17:20:42 +01:00
artemis-junit-commons ARTEMIS-4234 Fix some issue with Embedded Resource send and receive 2023-04-10 17:20:42 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-01-31 07:22:48 -05:00