I have inherited a system where the activemq address looks like this scp://localhost:61616
ActiveMQ itself only seems to be configured for tcp
. I can't find any reference to that protocol here: http://activemq.apache.org/activemq-connection-uris
Has anybody seen this before?
SCP is not supported by default in ActiveMQ for the connection string (checked in 5.16.x, 5.15.x e 5.14.x), but there may be a few explanations for why that works:
scp
to anything else and checking if it still works.scp
.