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 6e6187a2d Automatic Site Publish by Buildbot
6e6187a2d is described below
commit 6e6187a2d9523ba9d8d72fbeaa08bee5ec0ed25d
Author: buildbot <[email protected]>
AuthorDate: Fri Mar 8 03:31:36 2024 +0000
Automatic Site Publish by Buildbot
---
output/components/cms/overview.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/output/components/cms/overview.html
b/output/components/cms/overview.html
index 54e926e9b..901790885 100644
--- a/output/components/cms/overview.html
+++ b/output/components/cms/overview.html
@@ -344,7 +344,7 @@ std::auto_ptr<cms::ConnectionFactory>
connectionFactory(
std::auto_ptr<cms::Connection> connection(
connectionFactory->createConnection() );
// Create a new Session from our Connection
-std::auto_ptr<cms::Session> session( connection->createSession();
+std::auto_ptr<cms::Session> session( connection->createSession() );
// Now create a Topic
std::auto_ptr<cms::Topic> myTopic( session->createTopic(
"EXAMPLE-TOPIC" ) );
@@ -364,7 +364,7 @@ std::auto_ptr<cms::ConnectionFactory>
connectionFactory(
std::auto_ptr<cms::Connection> connection(
connectionFactory->createConnection() );
// Create a new Session from our Connection
-std::auto_ptr<cms::Session> session( connection->createSession();
+std::auto_ptr<cms::Session> session( connection->createSession() );
// Now create a Topic
std::auto_ptr<cms::Topic> myTopic( session->createTopic(
"EXAMPLE-TOPIC" ) );
@@ -443,7 +443,7 @@ std::auto_ptr<cms::ConnectionFactory>
connectionFactory(
std::auto_ptr<cms::Connection> connection(
connectionFactory->createConnection() );
// Create a new Session from our Connection
-std::auto_ptr<cms::Session> session( connection->createSession();
+std::auto_ptr<cms::Session> session( connection->createSession() );
// Now create a Topic
std::auto_ptr<cms::Topic> myTopic( session->createTopic(
"EXAMPLE-TOPIC" ) );