Skip to content

Commit

Permalink
Update servicebus/spring-cloud-azure-starter-servicebus-jms/servicebu…
Browse files Browse the repository at this point in the history
…s-jms-dlq-queue/src/main/java/com/azure/spring/sample/jms/queue/ServiceBusJMSDLQQueueApplication.java

Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
  • Loading branch information
moarychan and saragluna authored Jan 24, 2025
1 parent 11edf90 commit fa3d337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@SpringBootApplication
@EnableJms
public class ServiceBusJMSDLQQueueApplication {
public class ServiceBusJmsDlqQueueApplication {

public static void main(String[] args) {
SpringApplication.run(ServiceBusJMSDLQQueueApplication.class, args);
Expand Down

0 comments on commit fa3d337

Please sign in to comment.