Hi,
I have given the connection string from the service bus namespace but while running the code the following error is shown
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.IllegalArgumentException: Illegal connection string parameter name: <Endpoint
at com.azure.core.amqp.implementation.ConnectionStringProperties.<init>(ConnectionStringProperties.java:98)
at com.azure.messaging.servicebus.ServiceBusClientBuilder.connectionString(ServiceBusClientBuilder.java:153)
at pack1.class1.sendMessage(class1.java:19)
at pack1.class1.main(class1.java:152)
Process finished with exit code 1