This is an automated email from the ASF dual-hosted git repository.

jbonofre 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 a3ea400  Fix example config rendering
     new 2f49099  Merge pull request #71 from 
lucastetreault/fix-proxy-connector-example
a3ea400 is described below

commit a3ea4004cdee8800e4f4f32c20636ccc4fe87fff
Author: Lucas Tétreault <[email protected]>
AuthorDate: Wed Dec 1 22:49:54 2021 -0800

    Fix example config rendering
---
 src/the-proxy-connector.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/the-proxy-connector.md b/src/the-proxy-connector.md
index 777580b..6a5ab3d 100644
--- a/src/the-proxy-connector.md
+++ b/src/the-proxy-connector.md
@@ -17,6 +17,7 @@ Many of the more advanced ActiveMQ features are implemented 
in the transports. S
 
 If you wanted to accept normal connection on port 6001, but also wanted to 
expose port 6002 which in turn was proxied using the fanout transport, the 
following example is shows you how to do it!
 
+```
 <beans xmlns="http://activemq.org/config/1.0";>
   <broker>
 
@@ -34,4 +35,4 @@ If you wanted to accept normal connection on port 6001, but 
also wanted to expos
 
   </broker>
 </beans>
-
+```
\ No newline at end of file

Reply via email to