mcnealjwefx

Results 4 comments of mcnealjwefx

I am having the same issue with this. Was there any resolution to this error ? Just trying to connect to a topic. Actually download sample code, and plugged in...

10:39:39.002 [main] INFO com.microsoft.azure.servicebus.MessageSender - Creating MessagingFactory from connection string 'Endpoint=amqps://myservicebus.servicebus.windows.net;EntityPath=mytopic;' 10:39:40.111 [main] INFO com.microsoft.azure.servicebus.primitives.MessagingFactory - Creating messaging factory from connection string 'Endpoint=amqps://myservicebus.servicebus.windows.net;EntityPath=mytopic;' 10:39:40.239 [main] DEBUG com.microsoft.azure.servicebus.primitives.Timer - Starting ScheduledThreadPoolExecutor...

This is the code being used: ConnectionStringBuilder connectionStringBuilder = new ConnectionStringBuilder( "myservicebus", "mytopic", // QueueName or TopicName or SubscriptionPath "RootManageSharedAccessKey", "mysecretekey"); // sendClient = new TopicClient(connectionStringBuilder);

dependencies { compile('com.microsoft.azure:azure-spring-boot') compile('com.microsoft.azure:azure-servicebus-spring-boot-starter') compile('com.google.code.gson:gson:2.8.2') compile('commons-cli:commons-cli:1.4') testCompile('org.springframework.boot:spring-boot-starter-test') }