Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
APACHE KARAF COOKBOOK

You're reading from   APACHE KARAF COOKBOOK Over 60 recipes to help you get the most out of your Apache Karaf deployments

Arrow left icon
Product type Paperback
Published in Aug 2014
Publisher
ISBN-13 9781783985081
Length 260 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Apache Karaf for System Builders FREE CHAPTER 2. Making Smart Routers with Apache Camel 3. Deploying a Message Broker with Apache ActiveMQ 4. Hosting a Web Server with Pax Web 5. Hosting Web Services with Apache CXF 6. Distributing a Clustered Container with Apache Karaf Cellar 7. Providing a Persistence Layer with Apache Aries and OpenJPA 8. Providing a Big Data Integration Layer with Apache Cassandra 9. Providing a Big Data Integration Layer with Apache Hadoop 10. Testing Apache Karaf with Pax Exam Index

Using the ActiveMQ purge command


A useful command for clearing data is the purge command. This can be used in conjunction with wildcards to clear out large numbers of queues.

Getting ready

Have the activemq-broker feature installed in a similar way as done in the Using the ActiveMQ dstat command recipe.

How to do it…

Before we can purge the data, we first need to load some data. We can load data using the example code provided in the earlier recipes. The steps are as follows:

  1. We can run the publisher again using the following command:

    java -cp target/openwire-example-0.1-SNAPSHOT.jar example.Publisher
    
  2. Using the dstat command from the earlier recipe, we can see in the following screenshot that we loaded 10001 messages into the test queue of our embedded broker:

    The purge command will remove data from any number of queues using wildcards and SQL92 syntax.

  3. Now, add messages to the queue using the publisher we saw in the Installing Apache ActiveMQ modules into Apache Karaf recipe. Run it a couple of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime