9 lines
295 B
Properties
9 lines
295 B
Properties
# to keep the JVM running
|
|
camel.springboot.main-run-controller = true
|
|
|
|
#configure the URL of the remote ActiveMQ broker
|
|
#camel.component.activemq.broker-url=tcp://localhost:61616
|
|
#spring.activemq.broker-url=tcp://localhost:61616
|
|
|
|
spring.activemq.in-memory=true
|
|
spring.activemq.pool.enabled=false |