Skip to content

Commit

Permalink
there is no reason to disable persistence actually
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Jan 14, 2010
1 parent cfd5893 commit b7f10cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/hornetq/stomp/HornetQStompServer.java
Expand Up @@ -22,7 +22,7 @@ public class HornetQStompServer {

public static void main(String[] args) throws Exception {

// to keep things simple, we disable persistence and security
// to keep things simple, we disable security
Configuration configuration = new ConfigurationImpl();
configuration.setSecurityEnabled(false);
// we add a In-VM acceptor to HornetQ as the server will be accessible
Expand Down

0 comments on commit b7f10cf

Please sign in to comment.