This commit is contained in:
Colm O hEigeartaigh 2020-07-10 17:29:01 +01:00
parent b3386c8ac7
commit fca3b615eb
12 changed files with 10 additions and 18 deletions

View File

@ -27,7 +27,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
/** /**
* Creates <a href="http://activemq.org/site/mirrored-queues.html">Mirrored * Creates <a href="https://activemq.apache.org/mirrored-queues">Mirrored
* Queue</a> using a prefix and postfix to define the topic name on which to mirror the queue to. * Queue</a> using a prefix and postfix to define the topic name on which to mirror the queue to.
* *
* *

View File

@ -28,7 +28,7 @@ import org.apache.activemq.command.ActiveMQTopic;
import org.apache.activemq.filter.DestinationFilter; import org.apache.activemq.filter.DestinationFilter;
/** /**
* Creates <a href="http://activemq.org/site/virtual-destinations.html">Virtual * Creates <a href="https://activemq.apache.org/virtual-destinations">Virtual
* Topics</a> using a prefix and postfix. The virtual destination creates a * Topics</a> using a prefix and postfix. The virtual destination creates a
* wildcard that is then used to look up all active queue subscriptions which * wildcard that is then used to look up all active queue subscriptions which
* match. * match.

View File

@ -37,7 +37,7 @@ import org.apache.activemq.util.LRUCache;
import javax.jms.ResourceAllocationException; import javax.jms.ResourceAllocationException;
/** /**
* A Destination which implements <a href="http://activemq.org/site/virtual-destinations.html">Virtual Topic</a> * A Destination which implements <a href="https://activemq.apache.org/virtual-destinations">Virtual Topic</a>
*/ */
public class VirtualTopicInterceptor extends DestinationFilter { public class VirtualTopicInterceptor extends DestinationFilter {

View File

@ -19,7 +19,7 @@
</head> </head>
<body> <body>
Implementation classes for <a href="http://activemq.org/site/virtual-destinations.html">Virtual Destinations</a> Implementation classes for <a href="https://activemq.apache.org/virtual-destinations">Virtual Destinations</a>
</body> </body>
</html> </html>

View File

@ -26,7 +26,7 @@
<p> <p>
This service allows you to tunnel ActiveMQ traffic through HTTP to work cleanly with firewalls. This service allows you to tunnel ActiveMQ traffic through HTTP to work cleanly with firewalls.
For more information please see the <a href="http://activemq.org/">ActiveMQ home page</a>. For more information please see the <a href="https://activemq.apache.org/">ActiveMQ home page</a>.
</p> </p>

View File

@ -20,6 +20,6 @@
<body> <body>
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's <a href="http://activemq.org/Spring+Support">JmsTemplate</a>. Spring's <a href="https://activemq.apache.org/spring-support">JmsTemplate</a>.
</body> </body>
</html> </html>

View File

@ -398,7 +398,7 @@ public class ActiveMQResourceAdapter extends ActiveMQConnectionSupport implement
} }
/** /**
* Sets the <a href="http://activemq.org/Xml+Configuration">XML * Sets the <a href="https://activemq.apache.org/xml-configuration">XML
* configuration file </a> used to configure the ActiveMQ broker via Spring * configuration file </a> used to configure the ActiveMQ broker via Spring
* if using embedded mode. * if using embedded mode.
* *

View File

@ -17,16 +17,15 @@
--> -->
<beans <beans
xmlns="http://www.springframework.org/schema/beans" xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.org/config/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.org/config/1.0 http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd"> http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
</bean> </bean>
<!-- Broker1 --> <!-- Broker1 -->
<broker brokerName="broker1" id="broker1" useJmx="true" persistent="true" deleteAllMessagesOnStartup="true" start="false" xmlns="http://activemq.org/config/1.0"> <broker brokerName="broker1" id="broker1" useJmx="true" persistent="true" deleteAllMessagesOnStartup="true" start="false" xmlns="http://activemq.apache.org/schema/core">
<transportConnectors> <transportConnectors>
<transportConnector uri="tcp://localhost:61616" /> <transportConnector uri="tcp://localhost:61616" />
</transportConnectors> </transportConnectors>
@ -38,7 +37,7 @@
<!-- Broker2 --> <!-- Broker2 -->
<broker brokerName="broker2" id="broker2" useJmx="true" persistent="false" deleteAllMessagesOnStartup="true" start="false" xmlns="http://activemq.org/config/1.0"> <broker brokerName="broker2" id="broker2" useJmx="true" persistent="false" deleteAllMessagesOnStartup="true" start="false" xmlns="http://activemq.apache.org/schema/core">
<transportConnectors> <transportConnectors>
<transportConnector uri="tcp://localhost:62616" /> <transportConnector uri="tcp://localhost:62616" />
</transportConnectors> </transportConnectors>

View File

@ -15,7 +15,6 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
<beans> <beans>
<broker name="receiver"> <broker name="receiver">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
@ -18,7 +17,6 @@
--> -->
<beans <beans
xmlns="http://www.springframework.org/schema/beans" xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
@ -18,7 +17,6 @@
--> -->
<beans <beans
xmlns="http://www.springframework.org/schema/beans" xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
@ -18,7 +17,6 @@
--> -->
<beans <beans
xmlns="http://www.springframework.org/schema/beans" xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">