ARTEMIS-3164 Support prefix to create temporary resources.#6378
ARTEMIS-3164 Support prefix to create temporary resources.#6378anmol-saxena-14 wants to merge 2 commits intoapache:mainfrom
Conversation
|
The names of the parameters here should mimic |
|
This is a nitpick, but your commit message format should be something like |
Thanks for pointing this out. Going forward, I’ll follow this practice. |
…oraryAnycastPrefix/temporaryMulticastPrefix.
|
Renamed the two new acceptor URL parameters introduced for temporary resource support to align with the existing
|
|
The implementation (and testing) here looks to be specific to STOMP, but it shouldn't be. This should be implemented at the Core server so that the functionality is available to every protocol just like it is for |
Add two new acceptor URL parameters —
temporaryQueuePrefixandtemporaryTopicPrefix— that allow brokers to recognise destination prefixes as signals to create temporary resources.When a STOMP client subscribes to a destination matching a configured temporary prefix, the broker:
This mirrors the hard-coded /temp-queue/ and /temp-topic/ behaviour of ActiveMQ 5.x, easing migration of STOMP clients to Artemis.