{"id":3809,"date":"2025-08-26T15:09:10","date_gmt":"2025-08-26T13:09:10","guid":{"rendered":"https:\/\/conapi.at\/?p=3809"},"modified":"2025-11-14T12:28:12","modified_gmt":"2025-11-14T11:28:12","slug":"kestra-jms-integration-trigger-send-receive","status":"publish","type":"post","link":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/","title":{"rendered":"Kestra JMS Integration: Trigger, Send, and Receive Components"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Building one JMS component for Kestra? We built three<\/h2>\n\n\n\n<p>Kestra is revolutionizing workflow automation with its modern, flexible architecture and growing plugin ecosystem.<\/p>\n\n\n\n<p>We love working with <a href=\"https:\/\/kestra.io\/\">Kestra&#8217;s powerful platform<\/a>. When we needed JMS\/ActiveMQ integration for enterprise messaging workflows, we saw an opportunity to extend this innovative ecosystem.<\/p>\n\n\n\n<p>Here&#8217;s what we <a href=\"https:\/\/github.com\/kestra-io\/plugin-jms\">contributed to Kestra OSS<\/a> to add enterprise messaging capabilities to Kestra&#8217;s already impressive toolkit. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Our Kestra JMS Integration Components<\/h2>\n\n\n<figure class=\"aligncenter wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png 1200w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms-300x157.png 300w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms-1024x536.png 1024w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms-768x402.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n<p>We built three components that seamlessly extend Kestra&#8217;s messaging capabilities:<\/p>\n\n\n\n<p>(A video demonstration can be found <a href=\"https:\/\/conapi.at\/gravitee-kestra-integration-apis-workflows\/\">here<\/a> )<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Real-time JMS Trigger<\/h3>\n\n\n\n<p><strong>Purpose:<\/strong> Start workflows instantly when messages arrive in queues.<\/p>\n\n\n\n<p>This trigger leverages Kestra&#8217;s real-time architecture to maintain persistent connections to your message brokers. When a message hits your queue, your workflow starts immediately without any polling delays.<\/p>\n\n\n\n<p><strong>Key Benefits:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>True real-time activation (perfectly aligned with Kestra&#8217;s design philosophy)<\/li>\n\n\n\n<li>Supports both queues and topics<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"533\" src=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-1024x533.png\" alt=\"\" class=\"wp-image-3943\" style=\"object-fit:cover\" srcset=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-1024x533.png 1024w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-300x156.png 300w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-768x400.png 768w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-1536x800.png 1536w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-jms-flow-2048x1067.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">JMS Producer Plugin Task<\/h3>\n\n\n\n<p><strong>Purpose:<\/strong> Send messages to any JMS destination from within workflows. (example uses ActiveMQ but applies to any JMS provider)<\/p>\n\n\n\n<p>Integrated as a standard Kestra task, your workflows can push notifications, trigger downstream processes, or integrate with other JMS-based systems as part of their execution logic.<\/p>\n\n\n\n<p><strong>Key Benefits:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Send to queues or topics mid-workflow<\/li>\n\n\n\n<li>Template-based message construction using Kestra&#8217;s expression language<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"556\" height=\"285\" src=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-produce.png\" alt=\"\" class=\"wp-image-3940\" srcset=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-produce.png 556w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-produce-300x154.png 300w\" sizes=\"auto, (max-width: 556px) 100vw, 556px\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">JMS Consumer Plugin Task<\/h3>\n\n\n\n<p><strong>Purpose:<\/strong> Pull messages from queues during workflow execution.<\/p>\n\n\n\n<p>Sometimes you need to consume messages as part of your workflow logic, not just as a trigger. This task integrates with Kestra&#8217;s execution model for seamless message retrieval.<\/p>\n\n\n\n<p><strong>Key Benefits:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Selective message consumption with filters<\/li>\n\n\n\n<li>Configurable timeout handling<\/li>\n\n\n\n<li>Message transformation using Kestra&#8217;s data processing capabilities<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"555\" height=\"202\" src=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-consume.png\" alt=\"\" class=\"wp-image-3937\" srcset=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-consume.png 555w, https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/jms-consume-300x109.png 300w\" sizes=\"auto, (max-width: 555px) 100vw, 555px\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Extending Kestra&#8217;s Enterprise Capabilities<\/h2>\n\n\n\n<p><strong>Connect to Existing ESB Flows:<\/strong> Your Kestra workflows can now plug directly into existing enterprise service bus architectures (i.e. <a href=\"https:\/\/conapi.at\/aurea-messenger-esb-consulting-and-managed-services\/\">Aurea Messenger<\/a>, Tibco, Talend etc.), extending modern workflow automation into established messaging infrastructure.<\/p>\n\n\n\n<p><strong>Legacy System Integration:<\/strong> Bridge the gap between Kestra&#8217;s modern capabilities and legacy applications, mainframe systems, and established messaging infrastructure.<\/p>\n\n\n\n<p><strong>Enterprise-Ready Messaging:<\/strong> JMS provides guaranteed message delivery, and proven enterprise messaging patterns, perfect for business-critical Kestra workflows.<\/p>\n\n\n\n<p><strong>True Bidirectional Communication:<\/strong> Combined with Kestra&#8217;s flexible task system, workflows can both react to and generate messages, enabling sophisticated enterprise integration patterns.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Real-World Use Cases with Kestra<\/h2>\n\n\n\n<p><strong>Order Processing Pipeline:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Trigger: New order message starts Kestra workflow<\/li>\n\n\n\n<li>Process: Workflow validates inventory, processes payment using Kestra&#8217;s rich task library<\/li>\n\n\n\n<li>Send: Confirmation message to fulfillment queue<\/li>\n\n\n\n<li>Receive: Status updates from shipping system<\/li>\n<\/ul>\n\n\n\n<p><strong>ESB Integration:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Trigger: Message from existing ESB flow<\/li>\n\n\n\n<li>Process: Modern Kestra workflow handles business logic with superior monitoring and debugging<\/li>\n\n\n\n<li>Send: Results back to ESB for downstream processing<\/li>\n\n\n\n<li>Receive: Acknowledgments from legacy systems<\/li>\n<\/ul>\n\n\n\n<p><strong>Data Synchronization:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Trigger: Change notification from source system<\/li>\n\n\n\n<li>Process: Kestra workflow transforms and validates data using built-in processors<\/li>\n\n\n\n<li>Send: Update messages to multiple target systems<\/li>\n\n\n\n<li>Receive: Acknowledgments for comprehensive audit trail<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Powering Enterprise Workflows with Kestra<\/h2>\n\n\n\n<p>We believe Kestra represents the future of workflow automation. These JMS integration components extend this powerful platform for comprehensive enterprise messaging use cases.<\/p>\n\n\n\n<p><strong>Want to see Kestra JMS integration in action?<\/strong> We&#8217;ll show you exactly how these components extend Kestra&#8217;s capabilities for enterprise messaging. Experience the power of modern workflow automation with comprehensive messaging integration.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignwide cta-container\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center hestia-title\">Schedule a technical demo<\/h2>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button contactus-btn\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/conapi.at\/#contact\">let&#8217;s talk!<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Building one JMS component for Kestra? We built three Kestra is revolutionizing workflow automation with its modern, flexible architecture and growing plugin ecosystem. We love working with Kestra&#8217;s powerful platform. When we needed JMS\/ActiveMQ integration for enterprise messaging workflows, we saw an opportunity to extend this innovative ecosystem. Here&#8217;s what [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3832,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-3809","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-solutions"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kestra JMS Integration: Trigger, Send &amp; Receive Components<\/title>\n<meta name=\"description\" content=\"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kestra JMS Integration: Trigger, Send &amp; Receive Components\" \/>\n<meta property=\"og:description\" content=\"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/\" \/>\n<meta property=\"og:site_name\" content=\"conapi GmbH\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-26T13:09:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-14T11:28:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschreven door\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#\\\/schema\\\/person\\\/2fd8b3bb71241450029964d5ffccafb3\"},\"headline\":\"Kestra JMS Integration: Trigger, Send, and Receive Components\",\"datePublished\":\"2025-08-26T13:09:10+00:00\",\"dateModified\":\"2025-11-14T11:28:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/\"},\"wordCount\":552,\"publisher\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/kestra-meets-jms.png\",\"articleSection\":[\"Solutions\"],\"inLanguage\":\"nl-NL\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/\",\"url\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/\",\"name\":\"Kestra JMS Integration: Trigger, Send & Receive Components\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/kestra-meets-jms.png\",\"datePublished\":\"2025-08-26T13:09:10+00:00\",\"dateModified\":\"2025-11-14T11:28:12+00:00\",\"description\":\"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#primaryimage\",\"url\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/kestra-meets-jms.png\",\"contentUrl\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/kestra-meets-jms.png\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/kestra-jms-integration-trigger-send-receive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/conapi.at\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kestra JMS Integration: Trigger, Send, and Receive Components\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/conapi.at\\\/nl\\\/\",\"name\":\"conapi GmbH\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/conapi.at\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#organization\",\"name\":\"conapi GmbH\",\"url\":\"https:\\\/\\\/conapi.at\\\/nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/500x500_dkpurple_lime.png\",\"contentUrl\":\"https:\\\/\\\/conapi.at\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/500x500_dkpurple_lime.png\",\"width\":500,\"height\":500,\"caption\":\"conapi GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/conapi-gmbh\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/conapi.at\\\/nl\\\/#\\\/schema\\\/person\\\/2fd8b3bb71241450029964d5ffccafb3\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/conapi.at\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kestra JMS Integration: Trigger, Send & Receive Components","description":"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/","og_locale":"nl_NL","og_type":"article","og_title":"Kestra JMS Integration: Trigger, Send & Receive Components","og_description":"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.","og_url":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/","og_site_name":"conapi GmbH","article_published_time":"2025-08-26T13:09:10+00:00","article_modified_time":"2025-11-14T11:28:12+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Geschreven door":"admin","Geschatte leestijd":"4 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#article","isPartOf":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/"},"author":{"name":"admin","@id":"https:\/\/conapi.at\/nl\/#\/schema\/person\/2fd8b3bb71241450029964d5ffccafb3"},"headline":"Kestra JMS Integration: Trigger, Send, and Receive Components","datePublished":"2025-08-26T13:09:10+00:00","dateModified":"2025-11-14T11:28:12+00:00","mainEntityOfPage":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/"},"wordCount":552,"publisher":{"@id":"https:\/\/conapi.at\/nl\/#organization"},"image":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#primaryimage"},"thumbnailUrl":"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png","articleSection":["Solutions"],"inLanguage":"nl-NL"},{"@type":"WebPage","@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/","url":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/","name":"Kestra JMS Integration: Trigger, Send & Receive Components","isPartOf":{"@id":"https:\/\/conapi.at\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#primaryimage"},"image":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#primaryimage"},"thumbnailUrl":"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png","datePublished":"2025-08-26T13:09:10+00:00","dateModified":"2025-11-14T11:28:12+00:00","description":"Kestra JMS integration with ActiveMQ. Real-time triggers, bidirectional messaging, and enterprise workflow automation. Connect to existing ESB flows.","breadcrumb":{"@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#primaryimage","url":"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png","contentUrl":"https:\/\/conapi.at\/wp-content\/uploads\/2025\/08\/kestra-meets-jms.png","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/conapi.at\/nl\/kestra-jms-integration-trigger-send-receive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/conapi.at\/nl\/"},{"@type":"ListItem","position":2,"name":"Kestra JMS Integration: Trigger, Send, and Receive Components"}]},{"@type":"WebSite","@id":"https:\/\/conapi.at\/nl\/#website","url":"https:\/\/conapi.at\/nl\/","name":"conapi GmbH","description":"","publisher":{"@id":"https:\/\/conapi.at\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/conapi.at\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/conapi.at\/nl\/#organization","name":"conapi GmbH","url":"https:\/\/conapi.at\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/conapi.at\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/conapi.at\/wp-content\/uploads\/2024\/11\/500x500_dkpurple_lime.png","contentUrl":"https:\/\/conapi.at\/wp-content\/uploads\/2024\/11\/500x500_dkpurple_lime.png","width":500,"height":500,"caption":"conapi GmbH"},"image":{"@id":"https:\/\/conapi.at\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/conapi-gmbh"]},{"@type":"Person","@id":"https:\/\/conapi.at\/nl\/#\/schema\/person\/2fd8b3bb71241450029964d5ffccafb3","name":"admin","image":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/secure.gravatar.com\/avatar\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cadac05378fa251e735655e67a16350bc451bead10598273693f22da01b7aa89?s=96&d=blank&r=g","caption":"admin"},"sameAs":["https:\/\/conapi.at"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/posts\/3809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/comments?post=3809"}],"version-history":[{"count":18,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/posts\/3809\/revisions"}],"predecessor-version":[{"id":3984,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/posts\/3809\/revisions\/3984"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/media\/3832"}],"wp:attachment":[{"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/media?parent=3809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/categories?post=3809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/conapi.at\/nl\/wp-json\/wp\/v2\/tags?post=3809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}