├── .editorconfig ├── .github └── workflows │ ├── stale.yml │ └── test.yml ├── .gitignore ├── .karma ├── context.html └── debug.html ├── LICENSE.txt ├── README.md ├── gulpfile.js ├── hawtconfig.json ├── img ├── hawtio-logo.svg ├── icons │ ├── activemq │ │ ├── connector.png │ │ ├── listener.gif │ │ ├── message_broker.png │ │ ├── queue.png │ │ ├── queue_folder.png │ │ ├── sender.gif │ │ ├── topic.png │ │ └── topic_folder.png │ ├── camel.svg │ ├── camel │ │ ├── aggregate24.png │ │ ├── bean24.png │ │ ├── breakpoint.png │ │ ├── camel.png │ │ ├── camel_context_icon.png │ │ ├── camel_route.png │ │ ├── camel_route_folder.png │ │ ├── camel_tracing.png │ │ ├── channel24.png │ │ ├── channelAdapter24.png │ │ ├── channelPurger24.png │ │ ├── choice24.png │ │ ├── commandMessage24.png │ │ ├── competingConsumers24.png │ │ ├── component_folder.png │ │ ├── contentBasedRouter24.png │ │ ├── contentFilter24.png │ │ ├── controlBus24.png │ │ ├── convertBodyTo24.png │ │ ├── correlationIdentifier24.png │ │ ├── customDataFormat24.png │ │ ├── datatypeChannel24.png │ │ ├── deadLetterChannel24.png │ │ ├── detour24.png │ │ ├── distributionAggregate24.png │ │ ├── documentMessage24.png │ │ ├── durableSubscription24.png │ │ ├── dynamicRouter24.png │ │ ├── edit_camel_route.png │ │ ├── encapsulatedSynchronous24.png │ │ ├── endoints.png │ │ ├── endpoint24.png │ │ ├── endpointDrools24.png │ │ ├── endpointFile24.png │ │ ├── endpointFolder24.png │ │ ├── endpointQueue24.png │ │ ├── endpointRepository24.png │ │ ├── endpointTimer24.png │ │ ├── endpoint_folder.png │ │ ├── endpoint_node.png │ │ ├── endpoints │ │ │ ├── SAP24.png │ │ │ ├── SAPNetweaver24.jpg │ │ │ ├── activemq24.png │ │ │ ├── atom24.png │ │ │ ├── bean24.png │ │ │ ├── cxf24.png │ │ │ ├── cxfrs24.png │ │ │ ├── ejb24.png │ │ │ ├── facebook24.jpg │ │ │ ├── file24.png │ │ │ ├── ftp24.png │ │ │ ├── ftps24.png │ │ │ ├── imap24.png │ │ │ ├── imaps24.png │ │ │ ├── jdbc24.png │ │ │ ├── jms24.png │ │ │ ├── language24.png │ │ │ ├── linkedin24.png │ │ │ ├── log24.png │ │ │ ├── mqtt24.png │ │ │ ├── netty-http24.png │ │ │ ├── netty24.png │ │ │ ├── netty4-http24.png │ │ │ ├── netty424.png │ │ │ ├── pop324.png │ │ │ ├── pop3s24.png │ │ │ ├── quartz224.png │ │ │ ├── quartz24.png │ │ │ ├── rss24.png │ │ │ ├── salesForce24.png │ │ │ ├── sap-netweaver24.png │ │ │ ├── servlet24.png │ │ │ ├── sftp24.png │ │ │ ├── smtp24.png │ │ │ ├── smtps24.png │ │ │ ├── snmp24.png │ │ │ ├── sql24.png │ │ │ ├── timer24.png │ │ │ ├── twitter24.png │ │ │ ├── weather24.jpg │ │ │ └── xslt24.png │ │ ├── enrich24.png │ │ ├── envelopeWrapper24.png │ │ ├── eventDrivenConsumer24.png │ │ ├── eventMessage24.png │ │ ├── fileTransfer24.png │ │ ├── filter24.png │ │ ├── flow24.png │ │ ├── generic24.png │ │ ├── guaranteedMessaging24.png │ │ ├── idempotentConsumer24.png │ │ ├── invalidMessageChannel24.png │ │ ├── loadBalance24.png │ │ ├── log24.png │ │ ├── marshal24.png │ │ ├── message24.png │ │ ├── messageBroker24.png │ │ ├── messageBus24.png │ │ ├── messageDispatcher24.png │ │ ├── messageExpiration24.png │ │ ├── messageSelector24.png │ │ ├── messageSequence24.png │ │ ├── messageStore24.png │ │ ├── messaging24.png │ │ ├── messagingAdapter24.png │ │ ├── messagingBridge24.png │ │ ├── messagingGateway24.png │ │ ├── multicast24.png │ │ ├── node24.png │ │ ├── normalizer24.png │ │ ├── pipeline24.png │ │ ├── pointToPoint24.png │ │ ├── pollEnrich24.png │ │ ├── pollingConsumer24.png │ │ ├── process24.png │ │ ├── processManager24.png │ │ ├── processor24.png │ │ ├── recipientList24.png │ │ ├── requestReply24.png │ │ ├── resequence24.png │ │ ├── resume.gif │ │ ├── returnAddress24.png │ │ ├── route24.png │ │ ├── routingSlip24.png │ │ ├── setBody24.png │ │ ├── sharedDatabase24.png │ │ ├── smartProxy24.png │ │ ├── split24.png │ │ ├── step.gif │ │ ├── storeInLibrary24.png │ │ ├── suspend.gif │ │ ├── testMessage24.png │ │ ├── transactionalClient24.png │ │ ├── transform24.png │ │ ├── unmarshal24.png │ │ └── wireTap24.png │ ├── jvm │ │ └── java-logo.svg │ ├── messagebroker.svg │ ├── osgi │ │ ├── bundle.png │ │ └── service.png │ └── quartz │ │ └── quarz.png ├── img_avatar.svg ├── pfbg_1200.jpg ├── pfbg_2000.jpg ├── pfbg_576.jpg ├── pfbg_576@2x.jpg ├── pfbg_768.jpg ├── pfbg_768@2x.jpg ├── pfbg_992.jpg └── pfbg_992@2x.jpg ├── index.html ├── karma.conf.js ├── package.json ├── plugins ├── activemq │ ├── doc │ │ └── help.md │ ├── html │ │ ├── browseQueue.html │ │ ├── destination │ │ │ ├── create.html │ │ │ ├── deleteQueue.html │ │ │ └── deleteTopic.html │ │ ├── destinations.html │ │ ├── durableSubscribers.html │ │ ├── jobs.html │ │ ├── preferences.html │ │ └── tree │ │ │ ├── content.html │ │ │ └── header.html │ ├── less │ │ ├── browse.less │ │ ├── preferences.less │ │ └── tree.less │ └── ts │ │ ├── activemq-navigation.component.ts │ │ ├── activemq-navigation.service.ts │ │ ├── activemq.component.ts │ │ ├── activemqHelpers.ts │ │ ├── activemqPlugin.ts │ │ ├── browse.ts │ │ ├── destination │ │ ├── destination.component.ts │ │ ├── destination.controller.ts │ │ └── destination.module.ts │ │ ├── destinations.ts │ │ ├── durableSubscriber.ts │ │ ├── jobs.ts │ │ ├── preferences.ts │ │ └── tree │ │ ├── tree-header.controller.ts │ │ ├── tree.component.ts │ │ ├── tree.controller.ts │ │ └── tree.module.ts ├── camel │ ├── doc │ │ └── help.md │ ├── html │ │ ├── browseEndpoint.html │ │ ├── createEndpoint.html │ │ ├── createEndpointURL.html │ │ ├── createEndpointWizard.html │ │ ├── debug.html │ │ ├── deleteContextWarningModal.html │ │ ├── deleteRouteWarningModal.html │ │ ├── nodePropertiesEdit.html │ │ ├── nodePropertiesView.html │ │ ├── preferences.html │ │ ├── propertiesComponent.html │ │ ├── propertiesDataFormat.html │ │ ├── propertiesEndpoint.html │ │ ├── propertiesRoute.html │ │ ├── routeDiagram.html │ │ ├── routeMetrics.html │ │ ├── sendMessage.html │ │ ├── source.html │ │ ├── traceRoute.html │ │ └── tree │ │ │ ├── content.html │ │ │ └── header.html │ ├── less │ │ ├── browse.less │ │ ├── camel-preferences.less │ │ ├── debug.less │ │ ├── endpoints.less │ │ ├── layout.less │ │ ├── properties.less │ │ ├── route-diagram.less │ │ ├── routes.less │ │ ├── send-message.less │ │ ├── trace.less │ │ ├── tree.less │ │ └── type-converters.less │ └── ts │ │ ├── browseEndpoint.ts │ │ ├── camel-navigation.component.ts │ │ ├── camel-navigation.service.ts │ │ ├── camel-tree.service.ts │ │ ├── camel.component.ts │ │ ├── camelHeaderSchema.ts │ │ ├── camelHelpers.ts │ │ ├── camelPlugin.ts │ │ ├── contexts │ │ ├── context-actions.component.ts │ │ ├── context.ts │ │ ├── contexts.component.ts │ │ ├── contexts.module.ts │ │ └── contexts.service.ts │ │ ├── debug │ │ ├── add-conditional-breakpoint-modal.component.ts │ │ ├── conditional-breakpoint.ts │ │ ├── debug.controller.ts │ │ ├── debug.module.ts │ │ └── debug.service.ts │ │ ├── endpoint.ts │ │ ├── endpointChooser.ts │ │ ├── endpoints-statistics │ │ ├── endpoints-statistics.component.ts │ │ ├── endpoints-statistics.module.ts │ │ └── endpoints-statistics.service.ts │ │ ├── endpoints │ │ ├── endpoint.ts │ │ ├── endpoints.component.ts │ │ ├── endpoints.module.ts │ │ └── endpoints.service.ts │ │ ├── exchanges │ │ ├── blocked-exchanges.component.ts │ │ ├── confirm-unblock-exchange.component.ts │ │ ├── exchanges.component.ts │ │ ├── exchanges.module.ts │ │ ├── exchanges.service.ts │ │ └── inflight-exchanges.component.ts │ │ ├── jmsHeaderSchema.ts │ │ ├── preferences.ts │ │ ├── profile │ │ ├── profile.component.ts │ │ ├── profile.module.ts │ │ └── profile.service.ts │ │ ├── properties │ │ ├── properties-component.controller.ts │ │ ├── properties-dataformat.controller.ts │ │ ├── properties-endpoint.controller.ts │ │ ├── properties-route.controller.ts │ │ ├── properties.module.ts │ │ ├── properties.service.ts │ │ ├── property-list.component.ts │ │ └── property.ts │ │ ├── rest-services │ │ ├── rest-service.ts │ │ ├── rest-services.component.ts │ │ ├── rest-services.module.ts │ │ └── rest-services.service.ts │ │ ├── routeDiagram.ts │ │ ├── routeMetrics.ts │ │ ├── routes │ │ ├── route-actions.component.ts │ │ ├── route.ts │ │ ├── routes.component.ts │ │ ├── routes.module.ts │ │ └── routes.service.ts │ │ ├── send.ts │ │ ├── source.ts │ │ ├── trace.ts │ │ ├── tree │ │ ├── tree-header.controller.ts │ │ ├── tree.component.ts │ │ ├── tree.controller.ts │ │ └── tree.module.ts │ │ └── type-converters │ │ ├── type-converter.ts │ │ ├── type-converters-statistics.component.ts │ │ ├── type-converters-statistics.ts │ │ ├── type-converters-table.component.ts │ │ ├── type-converters.component.ts │ │ ├── type-converters.module.ts │ │ └── type-converters.service.ts ├── components │ ├── column-box.less │ ├── datatable │ │ ├── doc │ │ │ └── developer.md │ │ ├── less │ │ │ ├── datatable.less │ │ │ ├── ng-grid.less │ │ │ └── simple-table.less │ │ └── ts │ │ │ ├── datatablePlugin.ts │ │ │ └── simpleDataTable.ts │ ├── default.less │ ├── editor │ │ ├── html │ │ │ └── editor.html │ │ ├── less │ │ │ └── editor.less │ │ └── ts │ │ │ ├── CodeEditor.ts │ │ │ ├── editorDirective.ts │ │ │ ├── editorGlobals.ts │ │ │ └── editorPlugin.ts │ ├── forms │ │ ├── doc │ │ │ └── developer.md │ │ ├── html │ │ │ ├── formGrid.html │ │ │ └── formMapDirective.html │ │ ├── less │ │ │ └── forms.less │ │ └── ts │ │ │ ├── baseDirectives.ts │ │ │ ├── formGlobals.ts │ │ │ ├── formGrid.ts │ │ │ ├── formHelpers.ts │ │ │ ├── formInterfaces.ts │ │ │ ├── formMapDirective.ts │ │ │ ├── formPlugin.ts │ │ │ ├── inputTableDirective.ts │ │ │ ├── mappingRegistry.ts │ │ │ ├── resetDirective.ts │ │ │ ├── simpleFormDirective.ts │ │ │ └── submitDirective.ts │ ├── forms2 │ │ ├── html │ │ │ ├── array.html │ │ │ ├── arrayItemModal.html │ │ │ ├── checkbox-horizontal.html │ │ │ ├── checkbox.html │ │ │ ├── form-horizontal.html │ │ │ ├── form-inline.html │ │ │ ├── form-standard.html │ │ │ ├── form-unwrapped.html │ │ │ ├── form2Map.html │ │ │ ├── forms2Array.html │ │ │ ├── forms2Directive.html │ │ │ ├── forms2Map.html │ │ │ ├── hidden.html │ │ │ ├── map.html │ │ │ ├── object.html │ │ │ ├── optionArray.html │ │ │ ├── optionConfigObject.html │ │ │ ├── optionObject.html │ │ │ ├── radio-group-member.html │ │ │ ├── radio-top-level.html │ │ │ ├── select-horizontal.html │ │ │ ├── select.html │ │ │ ├── standard-horizontal-input.html │ │ │ ├── standard-input.html │ │ │ ├── static-horizontal-text.html │ │ │ └── static-text.html │ │ ├── less │ │ │ └── forms2.less │ │ └── ts │ │ │ ├── combobox.ts │ │ │ ├── forms2Array.ts │ │ │ ├── forms2Directive.ts │ │ │ ├── forms2Helpers.ts │ │ │ ├── forms2Interfaces.ts │ │ │ ├── forms2Map.ts │ │ │ ├── forms2Plugin.ts │ │ │ ├── schemaRegistry.ts │ │ │ └── typeRegistry.ts │ ├── grid-xl.less │ ├── includes.ts │ ├── main.less │ ├── toastr │ │ ├── less │ │ │ └── toastr.less │ │ └── ts │ │ │ └── toastrPlugin.ts │ ├── ui-bootstrap │ │ ├── html │ │ │ └── message.html │ │ └── ts │ │ │ └── uiBootstrapPlugin.ts │ └── ui │ │ ├── doc │ │ ├── developerPage1.md │ │ └── developerPage2.md │ │ ├── html │ │ ├── confirmDialog.html │ │ ├── developerPage.html │ │ ├── editableProperty.html │ │ ├── editor.html │ │ ├── editorPreferences.html │ │ ├── filter.html │ │ ├── layoutUI.html │ │ ├── list.html │ │ ├── multiItemConfirmActionDialog.html │ │ ├── object.html │ │ ├── pane.html │ │ ├── tablePager.html │ │ └── toc.html │ │ ├── less │ │ ├── auto-dropdown.less │ │ ├── badge.less │ │ ├── clipboard.less │ │ ├── contained.less │ │ ├── editable-property.less │ │ ├── list.less │ │ ├── logs.less │ │ ├── modal.less │ │ ├── pager.less │ │ ├── pane.less │ │ ├── popover.less │ │ ├── toc.less │ │ └── utilities.less │ │ └── ts │ │ ├── autoDropDown.ts │ │ ├── cardView.ts │ │ ├── clipboard.directive.ts │ │ ├── confirmDialogDirective.ts │ │ ├── developerPage.ts │ │ ├── dialog.ts │ │ ├── dragDrop.ts │ │ ├── editablePropertyDirective.ts │ │ ├── fileDrop.ts │ │ ├── filter.ts │ │ ├── gridster.ts │ │ ├── groupBy.ts │ │ ├── httpSrcDirective.ts │ │ ├── list.ts │ │ ├── object.ts │ │ ├── pane.ts │ │ ├── panels.ts │ │ ├── row.ts │ │ ├── tablePager.ts │ │ ├── templatePopover.ts │ │ ├── toc.ts │ │ ├── uiHelpers.ts │ │ ├── uiPlugin.ts │ │ ├── viewport.ts │ │ └── windowHeight.ts ├── dagre.d.ts ├── diagnostics │ ├── doc │ │ └── help.md │ ├── html │ │ ├── flags.html │ │ ├── heap.html │ │ └── jfr.html │ ├── less │ │ └── diagnostics.less │ └── ts │ │ ├── diagnostics-flags.controller.ts │ │ ├── diagnostics-heap.controller.ts │ │ ├── diagnostics-jfr.controller.ts │ │ ├── diagnostics.component.ts │ │ ├── diagnostics.config.ts │ │ ├── diagnostics.module.ts │ │ └── diagnostics.service.ts ├── global.less ├── img │ └── icons │ │ ├── activemq │ │ ├── connector.png │ │ ├── listener.gif │ │ ├── message_broker.png │ │ ├── queue.png │ │ ├── queue_folder.png │ │ ├── sender.gif │ │ ├── topic.png │ │ └── topic_folder.png │ │ ├── camel.svg │ │ ├── camel │ │ ├── aggregate24.png │ │ ├── bean24.png │ │ ├── breakpoint.png │ │ ├── camel.png │ │ ├── camel_context_icon.png │ │ ├── camel_route.png │ │ ├── camel_route_folder.png │ │ ├── camel_tracing.png │ │ ├── channel24.png │ │ ├── channelAdapter24.png │ │ ├── channelPurger24.png │ │ ├── choice24.png │ │ ├── commandMessage24.png │ │ ├── competingConsumers24.png │ │ ├── component_folder.png │ │ ├── contentBasedRouter24.png │ │ ├── contentFilter24.png │ │ ├── controlBus24.png │ │ ├── convertBodyTo24.png │ │ ├── correlationIdentifier24.png │ │ ├── customDataFormat24.png │ │ ├── datatypeChannel24.png │ │ ├── deadLetterChannel24.png │ │ ├── detour24.png │ │ ├── distributionAggregate24.png │ │ ├── documentMessage24.png │ │ ├── durableSubscription24.png │ │ ├── dynamicRouter24.png │ │ ├── edit_camel_route.png │ │ ├── encapsulatedSynchronous24.png │ │ ├── endoints.png │ │ ├── endpoint24.png │ │ ├── endpointDrools24.png │ │ ├── endpointFile24.png │ │ ├── endpointFolder24.png │ │ ├── endpointQueue24.png │ │ ├── endpointRepository24.png │ │ ├── endpointTimer24.png │ │ ├── endpoint_folder.png │ │ ├── endpoint_node.png │ │ ├── endpoints │ │ │ ├── SAP24.png │ │ │ ├── SAPNetweaver24.jpg │ │ │ ├── activemq24.png │ │ │ ├── atom24.png │ │ │ ├── bean24.png │ │ │ ├── cxf24.png │ │ │ ├── cxfrs24.png │ │ │ ├── ejb24.png │ │ │ ├── facebook24.jpg │ │ │ ├── file24.png │ │ │ ├── ftp24.png │ │ │ ├── ftps24.png │ │ │ ├── imap24.png │ │ │ ├── imaps24.png │ │ │ ├── jdbc24.png │ │ │ ├── jms24.png │ │ │ ├── language24.png │ │ │ ├── linkedin24.png │ │ │ ├── log24.png │ │ │ ├── mqtt24.png │ │ │ ├── netty-http24.png │ │ │ ├── netty24.png │ │ │ ├── netty4-http24.png │ │ │ ├── netty424.png │ │ │ ├── pop324.png │ │ │ ├── pop3s24.png │ │ │ ├── quartz224.png │ │ │ ├── quartz24.png │ │ │ ├── rss24.png │ │ │ ├── salesForce24.png │ │ │ ├── sap-netweaver24.png │ │ │ ├── servlet24.png │ │ │ ├── sftp24.png │ │ │ ├── smtp24.png │ │ │ ├── smtps24.png │ │ │ ├── snmp24.png │ │ │ ├── sql24.png │ │ │ ├── timer24.png │ │ │ ├── twitter24.png │ │ │ ├── weather24.jpg │ │ │ └── xslt24.png │ │ ├── enrich24.png │ │ ├── envelopeWrapper24.png │ │ ├── eventDrivenConsumer24.png │ │ ├── eventMessage24.png │ │ ├── fileTransfer24.png │ │ ├── filter24.png │ │ ├── flow24.png │ │ ├── generic24.png │ │ ├── guaranteedMessaging24.png │ │ ├── idempotentConsumer24.png │ │ ├── invalidMessageChannel24.png │ │ ├── loadBalance24.png │ │ ├── log24.png │ │ ├── marshal24.png │ │ ├── message24.png │ │ ├── messageBroker24.png │ │ ├── messageBus24.png │ │ ├── messageDispatcher24.png │ │ ├── messageExpiration24.png │ │ ├── messageSelector24.png │ │ ├── messageSequence24.png │ │ ├── messageStore24.png │ │ ├── messaging24.png │ │ ├── messagingAdapter24.png │ │ ├── messagingBridge24.png │ │ ├── messagingGateway24.png │ │ ├── multicast24.png │ │ ├── node24.png │ │ ├── normalizer24.png │ │ ├── pipeline24.png │ │ ├── pointToPoint24.png │ │ ├── pollEnrich24.png │ │ ├── pollingConsumer24.png │ │ ├── process24.png │ │ ├── processManager24.png │ │ ├── processor24.png │ │ ├── recipientList24.png │ │ ├── requestReply24.png │ │ ├── resequence24.png │ │ ├── resume.gif │ │ ├── returnAddress24.png │ │ ├── route24.png │ │ ├── routingSlip24.png │ │ ├── setBody24.png │ │ ├── sharedDatabase24.png │ │ ├── smartProxy24.png │ │ ├── split24.png │ │ ├── step.gif │ │ ├── storeInLibrary24.png │ │ ├── suspend.gif │ │ ├── testMessage24.png │ │ ├── transactionalClient24.png │ │ ├── transform24.png │ │ ├── unmarshal24.png │ │ └── wireTap24.png │ │ ├── messagebroker.svg │ │ ├── osgi │ │ ├── bundle.png │ │ └── service.png │ │ └── quartz │ │ └── quarz.png ├── integration.config.ts ├── integration.module.ts ├── jmx │ ├── doc │ │ └── help.md │ ├── html │ │ ├── attributes │ │ │ └── attributes.html │ │ ├── chartEdit.html │ │ ├── charts.html │ │ ├── operations │ │ │ ├── operation-form.html │ │ │ └── operations.html │ │ └── tree │ │ │ ├── content.html │ │ │ └── header.html │ ├── less │ │ ├── attributes.less │ │ ├── charts.less │ │ ├── dashboard.less │ │ ├── layout.less │ │ └── operations.less │ └── ts │ │ ├── attributes │ │ ├── attributes.controller.ts │ │ ├── attributes.module.ts │ │ └── attributes.service.ts │ │ ├── charts │ │ ├── chartEdit.ts │ │ └── charts.ts │ │ ├── common │ │ ├── common.module.ts │ │ ├── header.component.ts │ │ └── navigation.component.ts │ │ ├── helpers.spec.ts │ │ ├── helpers.ts │ │ ├── jmx.component.ts │ │ ├── jmx.config.ts │ │ ├── jmx.module.ts │ │ ├── operations │ │ ├── operation-form.component.ts │ │ ├── operation.ts │ │ ├── operations.component.ts │ │ ├── operations.module.ts │ │ └── operations.service.ts │ │ ├── pollHelpers.ts │ │ ├── tree │ │ ├── folder.ts │ │ ├── tree-event.ts │ │ ├── tree-header.component.ts │ │ ├── tree-header.controller.ts │ │ ├── tree.component.ts │ │ ├── tree.module.ts │ │ ├── tree.service.ts │ │ └── treeHelpers.ts │ │ ├── workspace.factory.ts │ │ └── workspace.ts ├── jvm │ ├── doc │ │ └── help.md │ ├── html │ │ ├── connect-edit.html │ │ ├── connect.html │ │ ├── discover.html │ │ ├── jolokia-preferences.html │ │ ├── local.html │ │ ├── navbarHeaderExtension.html │ │ └── reset.html │ ├── less │ │ ├── connect.less │ │ ├── jolokia-preferences.less │ │ └── jvm.less │ └── ts │ │ ├── connect │ │ ├── connect-delete-modal.component.ts │ │ ├── connect-edit-modal.component.ts │ │ ├── connect-import-modal.component.ts │ │ ├── connect-login-modal.component.ts │ │ ├── connect-login.component.ts │ │ ├── connect-unreachable-modal.component.ts │ │ ├── connect.component.ts │ │ ├── connect.module.ts │ │ ├── connect.service.spec.ts │ │ ├── connect.service.ts │ │ ├── connection-test-result.ts │ │ └── connection-url.filter.ts │ │ ├── discover.ts │ │ ├── header.ts │ │ ├── jolokia │ │ ├── jolokia-params.factory.ts │ │ ├── jolokia-preferences.controller.ts │ │ ├── jolokia.module.ts │ │ ├── jolokia.service.ts │ │ └── jolokiaService.ts │ │ ├── jvm.component.ts │ │ ├── jvmGlobals.ts │ │ ├── jvmHelpers.ts │ │ ├── jvmPlugin.ts │ │ ├── local.ts │ │ └── reset.ts ├── karaf │ ├── doc │ │ └── help.md │ ├── html │ │ ├── feature-details.html │ │ ├── feature.html │ │ ├── features.html │ │ ├── scr-component-details.html │ │ ├── scr-component.html │ │ └── server.html │ ├── less │ │ └── karaf.less │ └── ts │ │ ├── feature.ts │ │ ├── features │ │ ├── feature-repository-add-modal.component.ts │ │ ├── feature-repository-remove-modal.component.ts │ │ ├── feature-repository.ts │ │ ├── feature.ts │ │ ├── features.component.ts │ │ ├── features.module.ts │ │ └── features.service.ts │ │ ├── karafHelpers.ts │ │ ├── karafPlugin.ts │ │ ├── navbar.ts │ │ ├── scr-components │ │ ├── scr-component-detail.component.ts │ │ ├── scr-component.ts │ │ ├── scr-components.component.ts │ │ ├── scr-components.module.ts │ │ └── scr-components.service.ts │ │ └── server.ts ├── logs │ ├── doc │ │ └── help.md │ ├── html │ │ └── logs-preferences.html │ ├── less │ │ ├── logs-preferences.less │ │ └── logs.component.less │ └── ts │ │ ├── logs-preferences │ │ ├── logs-preferences.config.ts │ │ ├── logs-preferences.controller.ts │ │ └── logs-preferences.module.ts │ │ ├── logs.module.ts │ │ └── logs │ │ ├── log-entry.spec.ts │ │ ├── log-entry.ts │ │ ├── log-modal.component.ts │ │ ├── logs.component.ts │ │ ├── logs.config.ts │ │ ├── logs.filters.ts │ │ ├── logs.module.ts │ │ └── logs.service.ts ├── osgi │ ├── doc │ │ └── help.md │ ├── html │ │ ├── bundle.html │ │ ├── configurations.html │ │ ├── packages.html │ │ └── services.html │ ├── less │ │ ├── bundles.less │ │ ├── configurations.less │ │ ├── osgi.less │ │ ├── packages.less │ │ └── pid.less │ └── ts │ │ ├── bundle.ts │ │ ├── bundles │ │ ├── bundle.ts │ │ ├── bundles.component.ts │ │ ├── bundles.module.ts │ │ ├── bundles.service.ts │ │ └── install-bundle.component.ts │ │ ├── configuration │ │ ├── configuration-property-add-modal.component.ts │ │ ├── configuration-property-delete-modal.component.ts │ │ ├── configuration-property-edit-modal.component.ts │ │ ├── configuration-property.ts │ │ ├── configuration.component.ts │ │ ├── configuration.module.ts │ │ ├── configuration.service.ts │ │ ├── configuration.spec.ts │ │ └── configuration.ts │ │ ├── configurations.ts │ │ ├── framework │ │ ├── framework.component.ts │ │ ├── framework.module.ts │ │ ├── framework.service.ts │ │ └── framework.ts │ │ ├── metadata.ts │ │ ├── osgi.component.ts │ │ ├── osgiData.ts │ │ ├── osgiHelpers.ts │ │ ├── osgiPlugin.ts │ │ ├── osgiTopLevel.ts │ │ ├── packages.ts │ │ └── services.ts ├── pf-utils.ts ├── quartz │ ├── doc │ │ └── help.md │ ├── jobs │ │ ├── job.ts │ │ ├── jobs-details-dialog.html │ │ ├── jobs.component.ts │ │ ├── jobs.html │ │ └── jobs.module.ts │ ├── quartz.component.ts │ ├── quartz.config.ts │ ├── quartz.controller.ts │ ├── quartz.module.ts │ ├── quartz.service.ts │ ├── scheduler │ │ ├── scheduler.component.ts │ │ ├── scheduler.html │ │ ├── scheduler.module.ts │ │ └── scheduler.ts │ ├── tree │ │ ├── tree.component.ts │ │ ├── tree.less │ │ └── tree.module.ts │ └── triggers │ │ ├── trigger.ts │ │ ├── triggers-manual-dialog.html │ │ ├── triggers-update-dialog.html │ │ ├── triggers.component.ts │ │ ├── triggers.html │ │ └── triggers.module.ts ├── rbac │ ├── jmxTreeProcessor.ts │ ├── models.ts │ ├── rbac.directive.ts │ ├── rbac.service.ts │ └── rbacPlugin.ts ├── runtime │ ├── doc │ │ └── help.md │ ├── metrics │ │ ├── metric.ts │ │ ├── metrics.component.ts │ │ ├── metrics.module.ts │ │ └── metrics.service.ts │ ├── runtime.component.ts │ ├── runtime.config.ts │ ├── runtime.module.ts │ ├── runtime.service.ts │ ├── sysprops │ │ ├── sysprop.ts │ │ ├── sysprops.component.ts │ │ ├── sysprops.less │ │ ├── sysprops.module.ts │ │ └── sysprops.service.ts │ └── threads │ │ ├── thread-dump-modal.component.ts │ │ ├── thread-modal.component.ts │ │ ├── thread.ts │ │ ├── threads.component.less │ │ ├── threads.component.ts │ │ ├── threads.module.ts │ │ └── threads.service.ts ├── spring-boot │ ├── common │ │ └── endpoint-mbean.ts │ ├── doc │ │ └── help.md │ ├── health │ │ ├── health.component.less │ │ ├── health.component.spec.ts │ │ ├── health.component.ts │ │ ├── health.module.ts │ │ ├── health.service.spec.ts │ │ ├── health.service.ts │ │ └── health.ts │ ├── info │ │ ├── info.component.less │ │ ├── info.component.ts │ │ ├── info.module.ts │ │ ├── info.service.ts │ │ ├── info.spec.ts │ │ └── info.ts │ ├── loggers │ │ ├── logger.ts │ │ ├── loggers.component.spec.ts │ │ ├── loggers.component.ts │ │ ├── loggers.less │ │ ├── loggers.module.ts │ │ ├── loggers.service.spec.ts │ │ └── loggers.service.ts │ ├── spring-boot.component.ts │ ├── spring-boot.config.ts │ ├── spring-boot.module.ts │ ├── spring-boot.service.spec.ts │ ├── spring-boot.service.ts │ └── trace │ │ ├── trace.component.spec.ts │ │ ├── trace.component.ts │ │ ├── trace.html │ │ ├── trace.less │ │ ├── trace.module.ts │ │ ├── trace.service.spec.ts │ │ ├── trace.service.ts │ │ └── trace.ts └── tree-utils.ts ├── test ├── DiagramDrawingTest.xml └── pom.xml ├── tsconfig.json ├── vendor ├── apache-camel │ ├── .mvn │ │ └── wrapper │ │ │ ├── MavenWrapperDownloader.java │ │ │ ├── maven-wrapper.jar │ │ │ └── maven-wrapper.properties │ ├── camelModel.js │ ├── mvnw │ ├── mvnw.cmd │ └── pom.xml ├── components │ ├── dialog.js │ ├── jsdiff.js │ ├── modal.js │ ├── tabbable.js │ └── transition.js └── metrics-watcher │ ├── metrics-watcher.css │ └── metrics-watcher.js └── yarn.lock /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | end_of_line = lf 6 | indent_style = space 7 | indent_size = 2 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # IDE 2 | .idea 3 | .vscode 4 | 5 | # VS Code Java extension 6 | .classpath 7 | .factorypath 8 | .project 9 | org.eclipse.* 10 | 11 | # Output directory 12 | /dist/ 13 | 14 | # Dependency directories 15 | /node_modules/ 16 | 17 | # Logs 18 | *.log 19 | npm-debug.log* 20 | -------------------------------------------------------------------------------- /hawtconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "branding": { 3 | "appName": "hawtio-integration", 4 | "appLogoUrl": "img/hawtio-logo.svg" 5 | }, 6 | "about": { 7 | "title": "Hawtio Management Console", 8 | "productInfo": [], 9 | "additionalInfo": "", 10 | "copyright": "", 11 | "imgSrc": "img/hawtio-logo.svg" 12 | }, 13 | "disabledRoutes": [] 14 | } 15 | -------------------------------------------------------------------------------- /img/icons/activemq/connector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/connector.png -------------------------------------------------------------------------------- /img/icons/activemq/listener.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/listener.gif -------------------------------------------------------------------------------- /img/icons/activemq/message_broker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/message_broker.png -------------------------------------------------------------------------------- /img/icons/activemq/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/queue.png -------------------------------------------------------------------------------- /img/icons/activemq/queue_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/queue_folder.png -------------------------------------------------------------------------------- /img/icons/activemq/sender.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/sender.gif -------------------------------------------------------------------------------- /img/icons/activemq/topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/topic.png -------------------------------------------------------------------------------- /img/icons/activemq/topic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/activemq/topic_folder.png -------------------------------------------------------------------------------- /img/icons/camel/aggregate24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/aggregate24.png -------------------------------------------------------------------------------- /img/icons/camel/bean24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/bean24.png -------------------------------------------------------------------------------- /img/icons/camel/breakpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/breakpoint.png -------------------------------------------------------------------------------- /img/icons/camel/camel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/camel.png -------------------------------------------------------------------------------- /img/icons/camel/camel_context_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/camel_context_icon.png -------------------------------------------------------------------------------- /img/icons/camel/camel_route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/camel_route.png -------------------------------------------------------------------------------- /img/icons/camel/camel_route_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/camel_route_folder.png -------------------------------------------------------------------------------- /img/icons/camel/camel_tracing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/camel_tracing.png -------------------------------------------------------------------------------- /img/icons/camel/channel24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/channel24.png -------------------------------------------------------------------------------- /img/icons/camel/channelAdapter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/channelAdapter24.png -------------------------------------------------------------------------------- /img/icons/camel/channelPurger24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/channelPurger24.png -------------------------------------------------------------------------------- /img/icons/camel/choice24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/choice24.png -------------------------------------------------------------------------------- /img/icons/camel/commandMessage24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/commandMessage24.png -------------------------------------------------------------------------------- /img/icons/camel/competingConsumers24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/competingConsumers24.png -------------------------------------------------------------------------------- /img/icons/camel/component_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/component_folder.png -------------------------------------------------------------------------------- /img/icons/camel/contentBasedRouter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/contentBasedRouter24.png -------------------------------------------------------------------------------- /img/icons/camel/contentFilter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/contentFilter24.png -------------------------------------------------------------------------------- /img/icons/camel/controlBus24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/controlBus24.png -------------------------------------------------------------------------------- /img/icons/camel/convertBodyTo24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/convertBodyTo24.png -------------------------------------------------------------------------------- /img/icons/camel/correlationIdentifier24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/correlationIdentifier24.png -------------------------------------------------------------------------------- /img/icons/camel/customDataFormat24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/customDataFormat24.png -------------------------------------------------------------------------------- /img/icons/camel/datatypeChannel24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/datatypeChannel24.png -------------------------------------------------------------------------------- /img/icons/camel/deadLetterChannel24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/deadLetterChannel24.png -------------------------------------------------------------------------------- /img/icons/camel/detour24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/detour24.png -------------------------------------------------------------------------------- /img/icons/camel/distributionAggregate24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/distributionAggregate24.png -------------------------------------------------------------------------------- /img/icons/camel/documentMessage24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/documentMessage24.png -------------------------------------------------------------------------------- /img/icons/camel/durableSubscription24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/durableSubscription24.png -------------------------------------------------------------------------------- /img/icons/camel/dynamicRouter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/dynamicRouter24.png -------------------------------------------------------------------------------- /img/icons/camel/edit_camel_route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/edit_camel_route.png -------------------------------------------------------------------------------- /img/icons/camel/encapsulatedSynchronous24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/encapsulatedSynchronous24.png -------------------------------------------------------------------------------- /img/icons/camel/endoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endoints.png -------------------------------------------------------------------------------- /img/icons/camel/endpoint24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoint24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointDrools24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointDrools24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointFile24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointFile24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointFolder24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointFolder24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointQueue24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointQueue24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointRepository24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointRepository24.png -------------------------------------------------------------------------------- /img/icons/camel/endpointTimer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpointTimer24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoint_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoint_folder.png -------------------------------------------------------------------------------- /img/icons/camel/endpoint_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoint_node.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/SAP24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/SAP24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/SAPNetweaver24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/SAPNetweaver24.jpg -------------------------------------------------------------------------------- /img/icons/camel/endpoints/activemq24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/activemq24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/atom24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/atom24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/bean24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/bean24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/cxf24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/cxf24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/cxfrs24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/cxfrs24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/ejb24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/ejb24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/facebook24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/facebook24.jpg -------------------------------------------------------------------------------- /img/icons/camel/endpoints/file24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/file24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/ftp24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/ftp24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/ftps24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/ftps24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/imap24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/imap24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/imaps24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/imaps24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/jdbc24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/jdbc24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/jms24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/jms24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/language24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/language24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/linkedin24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/linkedin24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/log24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/log24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/mqtt24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/mqtt24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/netty-http24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/netty-http24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/netty24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/netty24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/netty4-http24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/netty4-http24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/netty424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/netty424.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/pop324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/pop324.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/pop3s24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/pop3s24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/quartz224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/quartz224.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/quartz24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/quartz24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/rss24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/rss24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/salesForce24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/salesForce24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/sap-netweaver24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/sap-netweaver24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/servlet24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/servlet24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/sftp24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/sftp24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/smtp24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/smtp24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/smtps24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/smtps24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/snmp24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/snmp24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/sql24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/sql24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/timer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/timer24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/twitter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/twitter24.png -------------------------------------------------------------------------------- /img/icons/camel/endpoints/weather24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/weather24.jpg -------------------------------------------------------------------------------- /img/icons/camel/endpoints/xslt24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/endpoints/xslt24.png -------------------------------------------------------------------------------- /img/icons/camel/enrich24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/enrich24.png -------------------------------------------------------------------------------- /img/icons/camel/envelopeWrapper24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/envelopeWrapper24.png -------------------------------------------------------------------------------- /img/icons/camel/eventDrivenConsumer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/eventDrivenConsumer24.png -------------------------------------------------------------------------------- /img/icons/camel/eventMessage24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/eventMessage24.png -------------------------------------------------------------------------------- /img/icons/camel/fileTransfer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/fileTransfer24.png -------------------------------------------------------------------------------- /img/icons/camel/filter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/filter24.png -------------------------------------------------------------------------------- /img/icons/camel/flow24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/flow24.png -------------------------------------------------------------------------------- /img/icons/camel/generic24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/generic24.png -------------------------------------------------------------------------------- /img/icons/camel/guaranteedMessaging24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/guaranteedMessaging24.png -------------------------------------------------------------------------------- /img/icons/camel/idempotentConsumer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/idempotentConsumer24.png -------------------------------------------------------------------------------- /img/icons/camel/invalidMessageChannel24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/invalidMessageChannel24.png -------------------------------------------------------------------------------- /img/icons/camel/loadBalance24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/loadBalance24.png -------------------------------------------------------------------------------- /img/icons/camel/log24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/log24.png -------------------------------------------------------------------------------- /img/icons/camel/marshal24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/marshal24.png -------------------------------------------------------------------------------- /img/icons/camel/message24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/message24.png -------------------------------------------------------------------------------- /img/icons/camel/messageBroker24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageBroker24.png -------------------------------------------------------------------------------- /img/icons/camel/messageBus24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageBus24.png -------------------------------------------------------------------------------- /img/icons/camel/messageDispatcher24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageDispatcher24.png -------------------------------------------------------------------------------- /img/icons/camel/messageExpiration24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageExpiration24.png -------------------------------------------------------------------------------- /img/icons/camel/messageSelector24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageSelector24.png -------------------------------------------------------------------------------- /img/icons/camel/messageSequence24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageSequence24.png -------------------------------------------------------------------------------- /img/icons/camel/messageStore24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messageStore24.png -------------------------------------------------------------------------------- /img/icons/camel/messaging24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messaging24.png -------------------------------------------------------------------------------- /img/icons/camel/messagingAdapter24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messagingAdapter24.png -------------------------------------------------------------------------------- /img/icons/camel/messagingBridge24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messagingBridge24.png -------------------------------------------------------------------------------- /img/icons/camel/messagingGateway24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/messagingGateway24.png -------------------------------------------------------------------------------- /img/icons/camel/multicast24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/multicast24.png -------------------------------------------------------------------------------- /img/icons/camel/node24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/node24.png -------------------------------------------------------------------------------- /img/icons/camel/normalizer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/normalizer24.png -------------------------------------------------------------------------------- /img/icons/camel/pipeline24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/pipeline24.png -------------------------------------------------------------------------------- /img/icons/camel/pointToPoint24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/pointToPoint24.png -------------------------------------------------------------------------------- /img/icons/camel/pollEnrich24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/pollEnrich24.png -------------------------------------------------------------------------------- /img/icons/camel/pollingConsumer24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/pollingConsumer24.png -------------------------------------------------------------------------------- /img/icons/camel/process24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/process24.png -------------------------------------------------------------------------------- /img/icons/camel/processManager24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/processManager24.png -------------------------------------------------------------------------------- /img/icons/camel/processor24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/processor24.png -------------------------------------------------------------------------------- /img/icons/camel/recipientList24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/recipientList24.png -------------------------------------------------------------------------------- /img/icons/camel/requestReply24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/requestReply24.png -------------------------------------------------------------------------------- /img/icons/camel/resequence24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/resequence24.png -------------------------------------------------------------------------------- /img/icons/camel/resume.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/resume.gif -------------------------------------------------------------------------------- /img/icons/camel/returnAddress24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/returnAddress24.png -------------------------------------------------------------------------------- /img/icons/camel/route24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/route24.png -------------------------------------------------------------------------------- /img/icons/camel/routingSlip24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/routingSlip24.png -------------------------------------------------------------------------------- /img/icons/camel/setBody24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/setBody24.png -------------------------------------------------------------------------------- /img/icons/camel/sharedDatabase24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/sharedDatabase24.png -------------------------------------------------------------------------------- /img/icons/camel/smartProxy24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/smartProxy24.png -------------------------------------------------------------------------------- /img/icons/camel/split24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/split24.png -------------------------------------------------------------------------------- /img/icons/camel/step.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/step.gif -------------------------------------------------------------------------------- /img/icons/camel/storeInLibrary24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/storeInLibrary24.png -------------------------------------------------------------------------------- /img/icons/camel/suspend.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/suspend.gif -------------------------------------------------------------------------------- /img/icons/camel/testMessage24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/testMessage24.png -------------------------------------------------------------------------------- /img/icons/camel/transactionalClient24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/transactionalClient24.png -------------------------------------------------------------------------------- /img/icons/camel/transform24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/transform24.png -------------------------------------------------------------------------------- /img/icons/camel/unmarshal24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/unmarshal24.png -------------------------------------------------------------------------------- /img/icons/camel/wireTap24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/camel/wireTap24.png -------------------------------------------------------------------------------- /img/icons/osgi/bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/osgi/bundle.png -------------------------------------------------------------------------------- /img/icons/osgi/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/osgi/service.png -------------------------------------------------------------------------------- /img/icons/quartz/quarz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/icons/quartz/quarz.png -------------------------------------------------------------------------------- /img/pfbg_1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_1200.jpg -------------------------------------------------------------------------------- /img/pfbg_2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_2000.jpg -------------------------------------------------------------------------------- /img/pfbg_576.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_576.jpg -------------------------------------------------------------------------------- /img/pfbg_576@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_576@2x.jpg -------------------------------------------------------------------------------- /img/pfbg_768.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_768.jpg -------------------------------------------------------------------------------- /img/pfbg_768@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_768@2x.jpg -------------------------------------------------------------------------------- /img/pfbg_992.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_992.jpg -------------------------------------------------------------------------------- /img/pfbg_992@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hawtio/hawtio-integration/2549e635934e5e66b7fa320d47040b4d5ef22b63/img/pfbg_992@2x.jpg -------------------------------------------------------------------------------- /plugins/activemq/html/destination/deleteTopic.html: -------------------------------------------------------------------------------- 1 |
2 |
Remove the topic completely.
10 | 13 | 14 |You are about to delete the {{$ctrl.selectedName()}} topic.
21 |This operation cannot be undone so please be careful.
22 |You are about to delete this Camel Context.
9 |This operation cannot be undone so please be careful.
10 |You are about to delete this Camel route.
9 |This operation cannot be undone so please be careful.
10 |{{description}}
10 |{{control.description}}
8 |{{control.description}}
7 |{{control.description}}
6 |{{control.description}}
5 |{{control.description}}
6 |{{control.description}}
5 |{{control.description}}
5 | 6 |{{control.description}}
4 | 5 |{{ message }}
6 |VM Flag | 7 |Origin | 8 |Value | 9 |
---|---|---|
{{flag.name}} | 14 |{{flag.origin}} | 15 |
16 |
17 | {{flag.value}}
18 |
19 |
20 |
21 |
22 | |
23 |
3 | This MBean has no JMX operations. 4 |
5 |7 | This MBean supports the following JMX operations. Expand an item in the list to invoke that operation. 8 |
9 |{{$ctrl.objectName}}
22 |8 | Clear all saved connection settings stored in your browser's local storage. 9 |
10 |11 | 12 |
13 |You are about to delete this connection.
17 |This Jolokia endpoint is unreachable. Please check the connection details and try again.
16 |Loading...
2 | 3 |Key | 4 |Value | 5 | 6 | 7 |
---|---|
{{ key }} | 9 |{{ $ctrl.modalBodyScope.dataMap[key] }} | 10 |