blob: 95bca5c6fa3ee6fe0790cf9cb5d79ecf76891f32 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
INTERCEPTORS EXAMPLES
=====================
The interceptors example folder contains two interceptor examples:
1. A custom endpoint listener example (see the /endpoint directory),
which shows you how to develop and deploy a custom endpoint
listener that captures and reports, to the ServiceMix
log, when an endpoint registers and unregisters with the NMR.
For more information on how to run this example, see the
README.txt file in the /endpoint directory.
2. A custom exchange listener example (see the /exchange directory),
which shows you how to develop and deploy a custom exchange
listener that captures and reports, to the ServiceMix log, the
exchanges that are sent and delivered in the NMR.
For more information on how to run this example, see the
README.txt file in the /exchange directory.