diff --git a/examples/spring/src/main/resources/application.properties b/examples/spring/src/main/resources/application.properties index ef48a690..bc3c70af 100644 --- a/examples/spring/src/main/resources/application.properties +++ b/examples/spring/src/main/resources/application.properties @@ -15,6 +15,6 @@ # # Connect to Pulsar Broker on localhost -pulsar.jms.configuration.brokerServiceUrl=http://localhost:8080 +pulsar.jms.configuration.brokerServiceUrl=pulsar://localhost:6650 pulsar.jms.configuration.webServiceUrl=http://localhost:8080 pulsar.jms.configuration.enableTransaction=false \ No newline at end of file