This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4257d92d9 Automatic Site Publish by Buildbot
4257d92d9 is described below
commit 4257d92d93db591e552ab572af16c0ffb3fa9408
Author: buildbot <[email protected]>
AuthorDate: Wed Mar 1 15:42:47 2023 +0000
Automatic Site Publish by Buildbot
---
output/changes-in-40.html | 2 +-
output/configure-version-5-brokers.html | 2 +-
output/initial-configuration.html | 2 +-
output/version-5-initial-configuration.html | 2 +-
output/version-5-xml-configuration.html | 2 +-
output/xml-configuration.html | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/output/changes-in-40.html b/output/changes-in-40.html
index 8a5980dca..f4cc82e48 100644
--- a/output/changes-in-40.html
+++ b/output/changes-in-40.html
@@ -133,7 +133,7 @@
</code></pre></div> </div>
</li>
<li>The configuration options of transports have changed. See <a
href="activemq-connection-uris">ActiveMQ Connection URIs</a> for a detailed
guide of of all the options.</li>
- <li>The spring package has gone; we now use <a
href="http://xbean.org">XBean</a> 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 <a
href="configuring-brokers">Configuring Brokers</a> for more information on the
new XML syntax.</li>
+ <li>The spring package has gone; we now use <a
href="https://geronimo.apache.org/xbean/">XBean</a> 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 <a
href="configuring-brokers">Configuring Brokers</a> for more information on the
new XML syntax.</li>
<li>ActiveMQTopic and ActiveMQQueue are now in the org.activemq.command
package.</li>
<li>If you were creating a broker in Java code, the BrokerContainer has been
replaced with BrokerService which is easier to use now.</li>
<li>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.</li>
diff --git a/output/configure-version-5-brokers.html
b/output/configure-version-5-brokers.html
index 961ab643b..5aa2aa90a 100644
--- a/output/configure-version-5-brokers.html
+++ b/output/configure-version-5-brokers.html
@@ -98,7 +98,7 @@
<p>There is an updates XML syntax for configuring message brokers - <a
href="http://activemq.apache.org/schema/core/activemq-core-5.0-SNAPSHOT.xsd">see
here</a></p>
-<p>So we decided that using XML would make this configuration much easier. we
use <a href="http://xbean.org/">XBean</a> to perform the XML configuration.</p>
+<p>So we decided that using XML would make this configuration much easier. we
use <a href="https://geronimo.apache.org/xbean/">XBean</a> to perform the XML
configuration.</p>
<p>For details of the XML see the <a href="xml-reference">Xml Reference</a></p>
diff --git a/output/initial-configuration.html
b/output/initial-configuration.html
index 0aa6f1ff6..34f52319c 100644
--- a/output/initial-configuration.html
+++ b/output/initial-configuration.html
@@ -168,7 +168,7 @@
<li><a href="http://camel.apache.org">Apache Camel</a></li>
<li><a href="http://geronimo.apache.org/">Apache Geronimo</a></li>
<li><a href="http://stomp.github.com/">Stomp</a> 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.</li>
- <li><a href="http://xbean.org/">XBean</a> is used as the default XML
configuration mechanism for ActiveMQ</li>
+ <li><a href="https://geronimo.apache.org/xbean/">XBean</a> is used as the
default XML configuration mechanism for ActiveMQ</li>
</ul>
diff --git a/output/version-5-initial-configuration.html
b/output/version-5-initial-configuration.html
index 21ca9bc12..0c1892503 100644
--- a/output/version-5-initial-configuration.html
+++ b/output/version-5-initial-configuration.html
@@ -175,7 +175,7 @@
<li><a href="http://lingo.codehaus.org/">Lingo</a> 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</li>
<li><a href="http://www.springframework.org/">Spring</a></li>
<li><a href="http://stomp.codehaus.org/">Stomp</a> 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.</li>
- <li><a href="http://xbean.org/">XBean</a> is used as the default XML
configuration mechanism for ActiveMQ</li>
+ <li><a href="https://geronimo.apache.org/xbean/">XBean</a> is used as the
default XML configuration mechanism for ActiveMQ</li>
</ul>
diff --git a/output/version-5-xml-configuration.html
b/output/version-5-xml-configuration.html
index 9a292fb55..be1ca12c9 100644
--- a/output/version-5-xml-configuration.html
+++ b/output/version-5-xml-configuration.html
@@ -102,7 +102,7 @@
<li>custom message containers (such as last image caching etc)</li>
</ul>
-<p>We use <a href="http://xbean.org/">XBean</a> to perform the XML
configuration.</p>
+<p>We use <a href="https://geronimo.apache.org/xbean/">XBean</a> to perform
the XML configuration.</p>
<p>For details of the XML see the <a href="xml-reference">Xml Reference</a></p>
diff --git a/output/xml-configuration.html b/output/xml-configuration.html
index 030ecfda0..ffa115786 100644
--- a/output/xml-configuration.html
+++ b/output/xml-configuration.html
@@ -103,7 +103,7 @@
<li>custom message containers (such as last image caching etc)</li>
</ul>
-<p>So we decided that using XML would make this configuration much easier.
From version 4.0 onwards we use <a href="http://xbean.org/">XBean</a> to
perform the XML configuration.</p>
+<p>So we decided that using XML would make this configuration much easier.
From version 4.0 onwards we use <a
href="https://geronimo.apache.org/xbean/">XBean</a> to perform the XML
configuration.</p>
<p>For details of the XML see the <a href="xml-reference">Xml Reference</a></p>