mirror of https://github.com/apache/activemq.git
AMQ-7513 - Fix http://activemq.org links
This commit is contained in:
parent
b3386c8ac7
commit
fca3b615eb
|
@ -27,7 +27,7 @@ import org.slf4j.Logger;
|
|||
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.
|
||||
*
|
||||
*
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.apache.activemq.command.ActiveMQTopic;
|
|||
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
|
||||
* wildcard that is then used to look up all active queue subscriptions which
|
||||
* match.
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.apache.activemq.util.LRUCache;
|
|||
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 {
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</head>
|
||||
<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>
|
||||
</html>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<p>
|
||||
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>
|
||||
|
||||
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
<body>
|
||||
|
||||
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>
|
||||
</html>
|
||||
|
|
|
@ -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
|
||||
* if using embedded mode.
|
||||
*
|
||||
|
|
|
@ -17,16 +17,15 @@
|
|||
-->
|
||||
<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"
|
||||
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>
|
||||
|
||||
<!-- 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>
|
||||
<transportConnector uri="tcp://localhost:61616" />
|
||||
</transportConnectors>
|
||||
|
@ -38,7 +37,7 @@
|
|||
|
||||
|
||||
<!-- 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>
|
||||
<transportConnector uri="tcp://localhost:62616" />
|
||||
</transportConnectors>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd">
|
||||
<beans>
|
||||
|
||||
<broker name="receiver">
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?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
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
|
@ -18,7 +17,6 @@
|
|||
-->
|
||||
<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"
|
||||
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">
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?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
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
|
@ -18,7 +17,6 @@
|
|||
-->
|
||||
<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"
|
||||
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">
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?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
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
|
@ -18,7 +17,6 @@
|
|||
-->
|
||||
<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"
|
||||
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">
|
||||
|
|
Loading…
Reference in New Issue