This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new c1bfb3ea0 NO-JIRA replace refs to defunct XBean domain
c1bfb3ea0 is described below
commit c1bfb3ea023d990b24403a655607bd054629420b
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Mar 1 09:41:26 2023 -0600
NO-JIRA replace refs to defunct XBean domain
---
src/changes-in-40.md | 2 +-
src/configure-version-5-brokers.md | 2 +-
src/initial-configuration.md | 2 +-
src/version-5-initial-configuration.md | 2 +-
src/version-5-xml-configuration.md | 2 +-
src/xml-configuration.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/changes-in-40.md b/src/changes-in-40.md
index 7a2f59ecb..e5b542648 100644
--- a/src/changes-in-40.md
+++ b/src/changes-in-40.md
@@ -40,7 +40,7 @@ type: activemq5
failover:tcp://host1:port1,tcp://host2:port2
```
* The configuration options of transports have changed. See [ActiveMQ
Connection URIs](activemq-connection-uris) for a detailed guide of of all the
options.
-* The spring package has gone; we now use [XBean](http://xbean.org) to
configure ActiveMQ. See the org.activemq.xbean.BrokerFactoryBean if you want a
factory bean to use in regular spring instead of the
org.activemq.spring.BrokerFactoryBean. See [Configuring
Brokers](configuring-brokers) for more information on the new XML syntax.
+* The spring package has gone; we now use
[XBean](https://geronimo.apache.org/xbean/) to configure ActiveMQ. See the
org.activemq.xbean.BrokerFactoryBean if you want a factory bean to use in
regular spring instead of the org.activemq.spring.BrokerFactoryBean. See
[Configuring Brokers](configuring-brokers) for more information on the new XML
syntax.
* ActiveMQTopic and ActiveMQQueue are now in the org.activemq.command
package.
* If you were creating a broker in Java code, the BrokerContainer has been
replaced with BrokerService which is easier to use now.
* The connection URL options have changed slightly to provided more persise
configuration options of the transport and wireformat and to allow validation
of the options.
diff --git a/src/configure-version-5-brokers.md
b/src/configure-version-5-brokers.md
index e6f507ca1..9e0852cbb 100644
--- a/src/configure-version-5-brokers.md
+++ b/src/configure-version-5-brokers.md
@@ -12,7 +12,7 @@ type: activemq5
There is an updates XML syntax for configuring message brokers - [see
here](http://activemq.apache.org/schema/core/activemq-core-5.0-SNAPSHOT.xsd)
-So we decided that using XML would make this configuration much easier. we use
[XBean](http://xbean.org/) to perform the XML configuration.
+So we decided that using XML would make this configuration much easier. we use
[XBean](https://geronimo.apache.org/xbean/) to perform the XML configuration.
For details of the XML see the [Xml Reference](xml-reference)
diff --git a/src/initial-configuration.md b/src/initial-configuration.md
index 3f35233a3..f1939e353 100644
--- a/src/initial-configuration.md
+++ b/src/initial-configuration.md
@@ -76,5 +76,5 @@ Additional Resources
* [Apache Camel](http://camel.apache.org)
* [Apache Geronimo](http://geronimo.apache.org/)
* [Stomp](http://stomp.github.com/) is an open wire protocol (similar to
HTTP) for communicating with MOMs from different languages. It has clients for
languages like C, C#, Python, Perl, Ruby etc.
-* [XBean](http://xbean.org/) is used as the default XML configuration
mechanism for ActiveMQ
+* [XBean](https://geronimo.apache.org/xbean/) is used as the default XML
configuration mechanism for ActiveMQ
diff --git a/src/version-5-initial-configuration.md
b/src/version-5-initial-configuration.md
index 64f234a35..1c1a5059f 100644
--- a/src/version-5-initial-configuration.md
+++ b/src/version-5-initial-configuration.md
@@ -78,5 +78,5 @@ Additional resources
* [Lingo](http://lingo.codehaus.org/) is a Spring/POJO remoting layer for
JMS. It allows you to reuse all the power of JMS from your POJOs without using
any of the JMS APIs directly
* [Spring](http://www.springframework.org/)
* [Stomp](http://stomp.codehaus.org/) is an open wire protocol (similar to
HTTP) for communicating with MOMs from different languages. It has clients for
languages like C, C#, Python, Perl, Ruby etc.
-* [XBean](http://xbean.org/) is used as the default XML configuration
mechanism for ActiveMQ
+* [XBean](https://geronimo.apache.org/xbean/) is used as the default XML
configuration mechanism for ActiveMQ
diff --git a/src/version-5-xml-configuration.md
b/src/version-5-xml-configuration.md
index 5c56c5a7e..cada58cba 100644
--- a/src/version-5-xml-configuration.md
+++ b/src/version-5-xml-configuration.md
@@ -14,7 +14,7 @@ type: activemq5
* persistence providers & locations TODO: add a link to a page explaining
what persistence providers are how to configure and use them.
* custom message containers (such as last image caching etc)
-We use [XBean](http://xbean.org/) to perform the XML configuration.
+We use [XBean](https://geronimo.apache.org/xbean/) to perform the XML
configuration.
For details of the XML see the [Xml Reference](xml-reference)
diff --git a/src/xml-configuration.md b/src/xml-configuration.md
index d1526762c..fa1651239 100644
--- a/src/xml-configuration.md
+++ b/src/xml-configuration.md
@@ -14,7 +14,7 @@ We support an XML deployment descriptor for configuring the
ActiveMQ Message Bro
* [persistence providers](persistence) & locations
* custom message containers (such as last image caching etc)
-So we decided that using XML would make this configuration much easier. From
version 4.0 onwards we use [XBean](http://xbean.org/) to perform the XML
configuration.
+So we decided that using XML would make this configuration much easier. From
version 4.0 onwards we use [XBean](https://geronimo.apache.org/xbean/) to
perform the XML configuration.
For details of the XML see the [Xml Reference](xml-reference)