Book Image

WildFly Configuration, Deployment, and Administration - Second Edition

Book Image

WildFly Configuration, Deployment, and Administration - Second Edition

Overview of this book

Table of Contents (19 chapters)
WildFly Configuration, Deployment, and Administration Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

JMS


Here, you can find the JMS commands that can be used to create/remove JMS destinations:

  • Add a JMS queue:

    jms-queue add –-queue-address=queue1 --entries=queues/queue1
    
  • Remove a JMS queue:

    jms-queue remove --queue-address=queue1
    
  • Add a JMS topic:

    jms-topic add –-topic-address=topic1 --entries=topics/topic1
    
  • Remove a JMS topic:

    jms-topic remove --topic-address=topic1