From 50ff666f20dfb1d594b58a922d7a790071b5e16a Mon Sep 17 00:00:00 2001 From: mukesh-ctds Date: Thu, 17 Oct 2024 18:51:56 +0530 Subject: [PATCH] Updated brokerServiceUrl to spring application --- examples/spring/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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