Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 45464ae

Browse files
closing feature #5155 : adding new JMS topic (publication)
1 parent 28c54d9 commit 45464ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/config/appserver/jboss6/silverpeas-hornetq-jms.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<topic name="admin/component">
4848
<entry name="java:/topic/admin/component"/>
4949
</topic>
50+
51+
<topic name="publication">
52+
<entry name="java:/topic/publication"/>
53+
</topic>
5054

51-
</configuration>
52-
55+
</configuration>

0 commit comments

Comments
 (0)