├── 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 | 19 | 21 | 46 | 48 | 49 | 51 | image/svg+xml 52 | 54 | 55 | 56 | 57 | 58 | 63 | 67 | 70 | 72 | 77 | 82 | 83 | 84 | 87 | 89 | 94 | 99 | 100 | 101 | 104 | 106 | 111 | 116 | 117 | 118 | 121 | 123 | 128 | 129 | 130 | 133 | 135 | 140 | 145 | 146 | 147 | 150 | 152 | 157 | 162 | 163 | 164 | 167 | 169 | 174 | 179 | 180 | 181 | 182 | 183 | 184 | -------------------------------------------------------------------------------- /Blank.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 27 | 31 | 35 | 39 | 43 | 47 | 51 | 55 | 59 | 63 | 67 | 71 | 75 | 79 | 83 | 87 | 91 | 95 | 99 | 103 | 107 | 111 | 115 | 119 | 123 | 127 | 131 | 135 | 139 | 143 | 147 | 151 | 155 | 159 | 163 | 167 | 171 | 175 | 179 | 183 | 187 | 191 | 195 | 199 | 203 | 207 | 211 | 215 | 219 | 223 | 227 | 231 | 235 | 239 | 243 | 247 | 251 | 255 | 259 | 263 | 267 | 271 | 275 | 279 | 283 | 287 | 291 | 295 | 299 | 303 | 307 | 311 | 315 | 319 | 323 | 327 | 331 | 335 | 339 | 343 | 347 | 351 | 355 | 359 | 363 | 367 | 371 | 375 | 379 | 383 | 387 | 391 | 395 | 399 | 403 | 407 | 411 | 415 | 419 | 423 | 427 | 431 | 435 | 439 | 443 | 447 | 451 | 455 | 459 | 463 | 467 | 471 | 475 | 479 | 483 | 487 | 491 | 495 | 499 | 503 | 507 | 511 | 515 | 519 | 523 | 527 | 531 | 535 | 539 | 540 | 547 | 551 | 555 | 559 | 563 | 567 | 571 | 575 | 579 | 583 | 587 | 591 | 595 | 599 | 603 | 607 | 611 | 615 | 619 | 623 | 627 | 631 | 635 | 639 | 643 | 647 | 651 | 655 | 659 | 663 | 667 | 671 | 675 | 679 | 683 | 687 | 691 | 695 | 699 | 703 | 707 | 711 | 715 | 719 | 723 | 727 | 731 | 735 | 739 | 743 | 747 | 751 | 755 | 759 | 763 | 767 | 771 | 775 | 779 | 783 | 787 | 791 | 795 | 799 | 803 | 807 | 811 | 815 | 819 | 823 | 827 | 831 | 835 | 839 | 843 | 847 | 851 | 855 | 859 | 863 | 867 | 871 | 875 | 879 | 883 | 887 | 891 | 895 | 899 | 903 | 907 | 911 | 915 | 919 | 923 | 927 | 931 | 935 | 939 | 943 | 947 | 951 | 955 | 959 | 963 | 967 | 971 | 975 | 979 | 983 | 987 | 991 | 995 | 999 | 1003 | 1007 | 1011 | 1015 | 1019 | 1023 | 1027 | 1031 | 1035 | 1039 | 1043 | 1047 | 1051 | 1055 | 1059 | 1060 | 1067 | 1070 | 1078 | 1086 | 1094 | 1102 | 1103 | 1104 | 1111 | 1114 | 1122 | 1130 | 1138 | 1139 | 1140 | 1141 | 1167 | 1169 | 1170 | 1172 | image/svg+xml 1173 | 1175 | 1176 | 1177 | 1178 | 1179 | 1184 | 1188 | 1191 | 1193 | 1197 | 1200 | 1202 | 1207 | 1212 | 1213 | 1214 | 1215 | 1216 | 1217 | 1218 | 1219 | 1220 | -------------------------------------------------------------------------------- /ChannelPurger.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80 | 84 | 88 | 92 | 96 | 100 | 104 | 108 | 112 | 116 | 120 | 124 | 128 | 132 | 136 | 140 | 144 | 148 | 152 | 156 | 160 | 164 | 168 | 172 | 176 | 180 | 184 | 188 | 192 | 196 | 200 | 204 | 208 | 212 | 216 | 220 | 224 | 228 | 232 | 236 | 240 | 244 | 248 | 252 | 256 | 260 | 264 | 268 | 272 | 276 | 280 | 284 | 288 | 292 | 296 | 300 | 304 | 308 | 312 | 316 | 320 | 324 | 328 | 332 | 336 | 340 | 344 | 348 | 352 | 356 | 360 | 364 | 368 | 372 | 376 | 380 | 384 | 388 | 392 | 396 | 400 | 404 | 408 | 412 | 416 | 420 | 424 | 428 | 432 | 436 | 440 | 444 | 448 | 452 | 456 | 460 | 464 | 468 | 472 | 476 | 480 | 484 | 488 | 492 | 496 | 500 | 504 | 508 | 512 | 516 | 520 | 524 | 528 | 532 | 536 | 540 | 541 | 548 | 552 | 556 | 560 | 564 | 568 | 572 | 576 | 580 | 584 | 588 | 592 | 596 | 600 | 604 | 608 | 612 | 616 | 620 | 624 | 628 | 632 | 636 | 640 | 644 | 648 | 652 | 656 | 660 | 664 | 668 | 672 | 676 | 680 | 684 | 688 | 692 | 696 | 700 | 704 | 708 | 712 | 716 | 720 | 724 | 728 | 732 | 736 | 740 | 744 | 748 | 752 | 756 | 760 | 764 | 768 | 772 | 776 | 780 | 784 | 788 | 792 | 796 | 800 | 804 | 808 | 812 | 816 | 820 | 824 | 828 | 832 | 836 | 840 | 844 | 848 | 852 | 856 | 860 | 864 | 868 | 872 | 876 | 880 | 884 | 888 | 892 | 896 | 900 | 904 | 908 | 912 | 916 | 920 | 924 | 928 | 932 | 936 | 940 | 944 | 948 | 952 | 956 | 960 | 964 | 968 | 972 | 976 | 980 | 984 | 988 | 992 | 996 | 1000 | 1004 | 1008 | 1012 | 1016 | 1020 | 1024 | 1028 | 1032 | 1036 | 1040 | 1044 | 1048 | 1052 | 1056 | 1060 | 1061 | 1070 | 1079 | 1080 | 1105 | 1107 | 1108 | 1110 | image/svg+xml 1111 | 1113 | 1114 | 1115 | 1116 | 1117 | 1122 | 1126 | 1129 | 1131 | 1135 | 1138 | 1140 | 1145 | 1150 | 1151 | 1152 | 1155 | 1157 | 1162 | 1167 | 1168 | 1169 | 1172 | 1174 | 1179 | 1184 | 1185 | 1186 | 1189 | 1191 | 1196 | 1197 | 1198 | 1199 | 1200 | 1201 | 1202 | 1203 | 1204 | -------------------------------------------------------------------------------- /DocumentMessage.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 27 | 31 | 35 | 39 | 43 | 47 | 51 | 55 | 59 | 63 | 67 | 71 | 75 | 79 | 83 | 87 | 91 | 95 | 99 | 103 | 107 | 111 | 115 | 119 | 123 | 127 | 131 | 135 | 139 | 143 | 147 | 151 | 155 | 159 | 163 | 167 | 171 | 175 | 179 | 183 | 187 | 191 | 195 | 199 | 203 | 207 | 211 | 215 | 219 | 223 | 227 | 231 | 235 | 239 | 243 | 247 | 251 | 255 | 259 | 263 | 267 | 271 | 275 | 279 | 283 | 287 | 291 | 295 | 299 | 303 | 307 | 311 | 315 | 319 | 323 | 327 | 331 | 335 | 339 | 343 | 347 | 351 | 355 | 359 | 363 | 367 | 371 | 375 | 379 | 383 | 387 | 391 | 395 | 399 | 403 | 407 | 411 | 415 | 419 | 423 | 427 | 431 | 435 | 439 | 443 | 447 | 451 | 455 | 459 | 463 | 467 | 471 | 475 | 479 | 483 | 487 | 491 | 495 | 499 | 503 | 507 | 511 | 515 | 519 | 523 | 527 | 531 | 535 | 539 | 540 | 547 | 551 | 555 | 559 | 563 | 567 | 571 | 575 | 579 | 583 | 587 | 591 | 595 | 599 | 603 | 607 | 611 | 615 | 619 | 623 | 627 | 631 | 635 | 639 | 643 | 647 | 651 | 655 | 659 | 663 | 667 | 671 | 675 | 679 | 683 | 687 | 691 | 695 | 699 | 703 | 707 | 711 | 715 | 719 | 723 | 727 | 731 | 735 | 739 | 743 | 747 | 751 | 755 | 759 | 763 | 767 | 771 | 775 | 779 | 783 | 787 | 791 | 795 | 799 | 803 | 807 | 811 | 815 | 819 | 823 | 827 | 831 | 835 | 839 | 843 | 847 | 851 | 855 | 859 | 863 | 867 | 871 | 875 | 879 | 883 | 887 | 891 | 895 | 899 | 903 | 907 | 911 | 915 | 919 | 923 | 927 | 931 | 935 | 939 | 943 | 947 | 951 | 955 | 959 | 963 | 967 | 971 | 975 | 979 | 983 | 987 | 991 | 995 | 999 | 1003 | 1007 | 1011 | 1015 | 1019 | 1023 | 1027 | 1031 | 1035 | 1039 | 1043 | 1047 | 1051 | 1055 | 1059 | 1060 | 1061 | 1086 | 1088 | 1089 | 1091 | image/svg+xml 1092 | 1094 | 1095 | 1096 | 1097 | 1098 | 1103 | 1107 | 1110 | 1112 | 1116 | 1119 | 1121 | 1126 | 1127 | 1128 | 1131 | 1133 | 1138 | 1143 | 1144 | 1145 | 1148 | 1150 | 1157 | 1163 | 1166 | D 1170 | 1171 | 1172 | 1173 | 1174 | 1177 | 1179 | 1184 | 1189 | 1194 | 1199 | 1206 | 1207 | 1208 | 1209 | 1210 | 1211 | 1212 | 1213 | 1214 | -------------------------------------------------------------------------------- /EnvelopeWrapper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 27 | 31 | 35 | 39 | 43 | 47 | 51 | 55 | 59 | 63 | 67 | 71 | 75 | 79 | 83 | 87 | 91 | 95 | 99 | 103 | 107 | 111 | 115 | 119 | 123 | 127 | 131 | 135 | 139 | 143 | 147 | 151 | 155 | 159 | 163 | 167 | 171 | 175 | 179 | 183 | 187 | 191 | 195 | 199 | 203 | 207 | 211 | 215 | 219 | 223 | 227 | 231 | 235 | 239 | 243 | 247 | 251 | 255 | 259 | 263 | 267 | 271 | 275 | 279 | 283 | 287 | 291 | 295 | 299 | 303 | 307 | 311 | 315 | 319 | 323 | 327 | 331 | 335 | 339 | 343 | 347 | 351 | 355 | 359 | 363 | 367 | 371 | 375 | 379 | 383 | 387 | 391 | 395 | 399 | 403 | 407 | 411 | 415 | 419 | 423 | 427 | 431 | 435 | 439 | 443 | 447 | 451 | 455 | 459 | 463 | 467 | 471 | 475 | 479 | 483 | 487 | 491 | 495 | 499 | 503 | 507 | 511 | 515 | 519 | 523 | 527 | 531 | 535 | 539 | 540 | 547 | 551 | 555 | 559 | 563 | 567 | 571 | 575 | 579 | 583 | 587 | 591 | 595 | 599 | 603 | 607 | 611 | 615 | 619 | 623 | 627 | 631 | 635 | 639 | 643 | 647 | 651 | 655 | 659 | 663 | 667 | 671 | 675 | 679 | 683 | 687 | 691 | 695 | 699 | 703 | 707 | 711 | 715 | 719 | 723 | 727 | 731 | 735 | 739 | 743 | 747 | 751 | 755 | 759 | 763 | 767 | 771 | 775 | 779 | 783 | 787 | 791 | 795 | 799 | 803 | 807 | 811 | 815 | 819 | 823 | 827 | 831 | 835 | 839 | 843 | 847 | 851 | 855 | 859 | 863 | 867 | 871 | 875 | 879 | 883 | 887 | 891 | 895 | 899 | 903 | 907 | 911 | 915 | 919 | 923 | 927 | 931 | 935 | 939 | 943 | 947 | 951 | 955 | 959 | 963 | 967 | 971 | 975 | 979 | 983 | 987 | 991 | 995 | 999 | 1003 | 1007 | 1011 | 1015 | 1019 | 1023 | 1027 | 1031 | 1035 | 1039 | 1043 | 1047 | 1051 | 1055 | 1059 | 1060 | 1061 | 1087 | 1089 | 1090 | 1092 | image/svg+xml 1093 | 1095 | 1096 | 1097 | 1098 | 1099 | 1104 | 1108 | 1111 | 1113 | 1117 | 1120 | 1122 | 1127 | 1132 | 1133 | 1134 | 1137 | 1139 | 1144 | 1149 | 1150 | 1151 | 1154 | 1156 | 1161 | 1166 | 1167 | 1168 | 1171 | 1173 | 1178 | 1179 | 1180 | 1183 | 1185 | 1190 | 1195 | 1196 | 1197 | 1200 | 1202 | 1207 | 1208 | 1209 | 1210 | 1211 | 1212 | 1213 | 1214 | 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 | 18 | 20 | 27 | 31 | 35 | 39 | 43 | 47 | 51 | 55 | 59 | 63 | 67 | 71 | 75 | 79 | 83 | 87 | 91 | 95 | 99 | 103 | 107 | 111 | 115 | 119 | 123 | 127 | 131 | 135 | 139 | 143 | 147 | 151 | 155 | 159 | 163 | 167 | 171 | 175 | 179 | 183 | 187 | 191 | 195 | 199 | 203 | 207 | 211 | 215 | 219 | 223 | 227 | 231 | 235 | 239 | 243 | 247 | 251 | 255 | 259 | 263 | 267 | 271 | 275 | 279 | 283 | 287 | 291 | 295 | 299 | 303 | 307 | 311 | 315 | 319 | 323 | 327 | 331 | 335 | 339 | 343 | 347 | 351 | 355 | 359 | 363 | 367 | 371 | 375 | 379 | 383 | 387 | 391 | 395 | 399 | 403 | 407 | 411 | 415 | 419 | 423 | 427 | 431 | 435 | 439 | 443 | 447 | 451 | 455 | 459 | 463 | 467 | 471 | 475 | 479 | 483 | 487 | 491 | 495 | 499 | 503 | 507 | 511 | 515 | 519 | 523 | 527 | 531 | 535 | 539 | 540 | 547 | 551 | 555 | 559 | 563 | 567 | 571 | 575 | 579 | 583 | 587 | 591 | 595 | 599 | 603 | 607 | 611 | 615 | 619 | 623 | 627 | 631 | 635 | 639 | 643 | 647 | 651 | 655 | 659 | 663 | 667 | 671 | 675 | 679 | 683 | 687 | 691 | 695 | 699 | 703 | 707 | 711 | 715 | 719 | 723 | 727 | 731 | 735 | 739 | 743 | 747 | 751 | 755 | 759 | 763 | 767 | 771 | 775 | 779 | 783 | 787 | 791 | 795 | 799 | 803 | 807 | 811 | 815 | 819 | 823 | 827 | 831 | 835 | 839 | 843 | 847 | 851 | 855 | 859 | 863 | 867 | 871 | 875 | 879 | 883 | 887 | 891 | 895 | 899 | 903 | 907 | 911 | 915 | 919 | 923 | 927 | 931 | 935 | 939 | 943 | 947 | 951 | 955 | 959 | 963 | 967 | 971 | 975 | 979 | 983 | 987 | 991 | 995 | 999 | 1003 | 1007 | 1011 | 1015 | 1019 | 1023 | 1027 | 1031 | 1035 | 1039 | 1043 | 1047 | 1051 | 1055 | 1059 | 1060 | 1061 | 1087 | 1089 | 1090 | 1092 | image/svg+xml 1093 | 1095 | 1096 | 1097 | 1098 | 1099 | 1104 | 1108 | 1111 | 1113 | 1117 | 1120 | 1122 | 1127 | 1132 | 1133 | 1134 | 1137 | 1139 | 1144 | 1145 | 1146 | 1149 | 1151 | 1156 | 1161 | 1162 | 1163 | 1166 | 1168 | 1173 | 1174 | 1175 | 1178 | 1180 | 1185 | 1190 | 1191 | 1192 | 1193 | 1194 | 1195 | 1196 | 1197 | 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 | --------------------------------------------------------------------------------