Skip to content

Commit

Permalink
set broker persistence to true
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Mar 11, 2024
1 parent b24009f commit 6014b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class AbstractJmsTest {

static final String BROKER_URL = "vm://localhost?broker.persistent=false";
static final String BROKER_URL = "vm://localhost?broker.persistent=true";
static Session session;
static ConnectionFactory connectionFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
})
@AddConfigs({
@AddConfig(key = "mp.messaging.connector.helidon-jms.jndi.env-properties.java.naming.provider.url",
value = "vm://localhost?broker.persistent=false"),
value = "vm://localhost?broker.persistent=true"),
@AddConfig(key = "mp.messaging.connector.helidon-jms.jndi.env-properties.java.naming.factory.initial",
value = "org.apache.activemq.jndi.ActiveMQInitialContextFactory"),

Expand Down

0 comments on commit 6014b24

Please sign in to comment.