├── Aggregator.svg
├── Blank.svg
├── Channel.svg
├── ChannelAdapter.svg
├── ChannelPurger.svg
├── ClaimCheck.svg
├── CommandMessage.svg
├── CompetingConsumers.svg
├── ComposedMessage.svg
├── ContentBased.svg
├── ContentEnricher.svg
├── ContentFilter.svg
├── ControlBus.svg
├── CorrelationID.svg
├── DatatypeChannel.svg
├── DeadLetterChannel.svg
├── Detour.svg
├── DocumentMessage.svg
├── DurableSubscriber.svg
├── EnvelopeWrapper.svg
├── EventDrivenConsumer.svg
├── EventMessage.svg
├── GuaranteedDelivery.svg
├── InvalidMessage.svg
├── LICENSE
├── Message.svg
├── MessageBranch.svg
├── MessageBus.svg
├── MessageDispatcher.svg
├── MessageEndpoint.svg
├── MessageFilter.svg
├── MessageRouter.svg
├── MessageSequence.svg
├── MessageStore.svg
├── MessageTranslator.svg
├── MessagingBridge.svg
├── MessagingGateway.svg
├── Normalizer.svg
├── PollingConsumer.svg
├── ProcessManager.svg
├── PublishSubscribeChannel.svg
├── README.md
├── RecipientList.svg
├── RequestReply.svg
├── Resequencer.svg
├── ReturnAddress.svg
├── RoutingSlip.svg
├── SelectiveConsumer.svg
├── ServiceActivator.svg
├── Splitter.svg
├── TestMessage.svg
├── TransactionalClient.svg
└── Wiretap.svg
/Aggregator.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
184 |
--------------------------------------------------------------------------------
/Blank.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
1220 |
--------------------------------------------------------------------------------
/ChannelPurger.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
1204 |
--------------------------------------------------------------------------------
/DocumentMessage.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
1214 |
--------------------------------------------------------------------------------
/EnvelopeWrapper.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
1215 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | This is free and unencumbered software released into the public domain.
2 |
3 | Anyone is free to copy, modify, publish, use, compile, sell, or
4 | distribute this software, either in source code form or as a compiled
5 | binary, for any purpose, commercial or non-commercial, and by any
6 | means.
7 |
8 | In jurisdictions that recognize copyright laws, the author or authors
9 | of this software dedicate any and all copyright interest in the
10 | software to the public domain. We make this dedication for the benefit
11 | of the public at large and to the detriment of our heirs and
12 | successors. We intend this dedication to be an overt act of
13 | relinquishment in perpetuity of all present and future rights to this
14 | software under copyright law.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 | OTHER DEALINGS IN THE SOFTWARE.
23 |
24 | For more information, please refer to
25 |
26 |
--------------------------------------------------------------------------------
/MessageEndpoint.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
1198 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Enterprise Integration Pattern Icons
2 | ====================================
3 |
4 | This is a repository of SVG files representing the Enterprise Integration Pattern icons,
5 | as created by Gregor Hohpe
6 |
7 | Credit
8 | ------
9 | These files were converted from Visio Stencils as created by Matthew Oskowis (eip@zenwork.com), available for download at http://www.enterpriseintegrationpatterns.com/downloads.html
10 |
11 | License
12 | -------
13 | This is free and unencumbered software released into the public domain.
14 |
15 | Anyone is free to copy, modify, publish, use, compile, sell, or
16 | distribute this software, either in source code form or as a compiled
17 | binary, for any purpose, commercial or non-commercial, and by any
18 | means.
19 |
20 | In jurisdictions that recognize copyright laws, the author or authors
21 | of this software dedicate any and all copyright interest in the
22 | software to the public domain. We make this dedication for the benefit
23 | of the public at large and to the detriment of our heirs and
24 | successors. We intend this dedication to be an overt act of
25 | relinquishment in perpetuity of all present and future rights to this
26 | software under copyright law.
27 |
28 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
31 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
32 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
33 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
34 | OTHER DEALINGS IN THE SOFTWARE.
35 |
36 | For more information, please refer to
37 |
--------------------------------------------------------------------------------