Alternatives to BMC Middleware Management

Compare BMC Middleware Management alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to BMC Middleware Management in 2026. Compare features, ratings, user reviews, pricing, and more from BMC Middleware Management competitors and alternatives in order to make an informed decision for your business.

  • 1
    Modius OpenData
    Modius provides the solutions for managing the availability, capacity, and efficiency of critical facilities. Our flagship product, OpenData, provides all the tools including DCIM needed to manage the performance of mission-critical infrastructure, which includes seamless integration of disparate devices. OpenData has built-in integrated features for analytics, dashboards, graphical views, and more, all in a “single pane of glass”. Modius has worked with the ESTCP to showcase a Middleware solution for more effective use of utility and facility data to improve facilities management, operation, and maintenance. Pre-configured bundles and out-of-the-box protocol integrations means you deploy efficiently. OpenData actively monitors your equipment to alert you to faults before they happen. Deploy a modern edge-based architecture to lower bandwidth costs and analyze equipment at the source in real-time.
  • 2
    Apache ServiceMix

    Apache ServiceMix

    Apache Software Foundation

    Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF, and Karaf into a powerful runtime platform you can use to build your own integrations solutions. It provides a complete, enterprise ready ESB exclusively powered by OSGi. Reliable messaging with Apache ActiveMQ. Messaging, routing and Enterprise Integration Patterns with Apache Camel. WS and RESTful web services with Apache CXF. OSGi-based server runtime powered by Apache Karaf. BPM engine via Activiti. Full JPA support via Apache OpenJPA. XA transaction management via JTA via Apache Aries. Legacy support for the JBI standard (deprecated after the ServiceMix 3.x series) through the Apache ServiceMix NMR that includes a rich Event, Messaging and Audit API. Applications for ServiceMix can be built using OSGi Blueprint, OSGi Declarative Services, and Spring DM (legacy).
  • 3
    Voyager

    Voyager

    Recursion Software

    Voyager™ is a best-in-class middleware platform enabling the development of state-of-the-art mobile applications for the enterprise – applications that facilitate communication and collaboration through reliable, real-time, and secure sharing and distribution of information and content. Voyager™ provides simpler and better Service Oriented Architecture, allowing developers to solve problems without wasting time learning overly complex SOA code and configurations, and thereby carving out a distinct position for itself among all middleware tools and SOA products. The driving purpose of Voyager™ is to increase design flexibility, reduce complexity, and accelerate the development of collaborative mobile applications across the enterprise, leveraging all connected device assets and facilitating M2M communications.
  • 4
    Koa

    Koa

    Koa

    Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable. A Koa application is an object containing an array of middleware functions that are composed and executed in a stack-like manner upon request. Koa is similar to many other middleware systems that you may have encountered such as Ruby's Rack, Connect, and so on - however, a key design decision was made to provide high-level "sugar" at the otherwise low-level middleware layer. This improves interoperability, and robustness, and makes writing middleware much more enjoyable.
  • 5
    Infrared360

    Infrared360

    Avada Software

    Infrared360® is a complete solution for Administration, Monitoring, Load Testing, Auditing, Statistical Reporting and Self-Service for Enterprise middleware environments. Don’t let cloud platforms, containers, and other modern distributed architecture challenge your Service Level Objectives. Unlike other solutions, that write to logs and then trigger alerts from averages in those logs (causing oftentimes critical delays), Infrared360® provides True Real-Time™ monitoring with automatic notification of potential problems so you can maintain an optimally performing middleware layer. Auto-Discovery. Any objects, as soon as they have been created on any OS, including Queue Sharing groups and transmission queues, are auto-discovered so you can instantly determine if the allocated objects are correctly defined for availability to applications or subsystems.
  • 6
    Starlette

    Starlette

    Starlette

    Starlette includes an application class Starlette that nicely ties together all of its other functionality. A list of middleware to run for every request. A starlette application will always automatically include two middleware classes. ServerErrorMiddleware is added as the very outermost middleware, to handle any uncaught errors occurring anywhere in the entire stack. ExceptionMiddleware is added as the very innermost middleware, to deal with handled exception cases occurring in the routing or endpoints. Startup handler callables do not take any arguments and may be either standard functions or async functions. Shutdown handler callables do not take any arguments and may be either standard functions or async functions.
  • 7
    RTView

    RTView

    SL Corporation

    See application health state as a reflection of the entire application environment from physical infrastructure thru middleware to the end user experience. Consolidate health metrics across technologies. Proactively monitor stress for early warning. Correlate performance & application health. Share information with other teams. Still using the management console for each product to monitor your middleware platforms? It doesn’t have to be so complicated. See all your middleware technologies in one consolidated interface. Collect data without performance overhead. Correlate performance with hosts, networks, databases & app servers. Start small. Expand as needed. Monitor your applications and the technologies they run on in real-time using our packaged solutions. Build your own custom real-time monitoring system using this high-performance IDE.
  • 8
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. In Express, 404 responses are not the result of an error, so the error-handler middleware will not capture them. This behavior is because a 404 response simply indicates the absence of additional work to do; in other words, Express has executed all middleware functions and routes, and found that none of them responded.
  • 9
    IriMaster

    IriMaster

    Iritech, Inc.

    IriMaster is IriTech’s state‑of‑the‑art middleware server software providing a complete set of iris recognition functions, including enrollment, verification, identification, and de‑duplication, powered by advanced algorithms. Designed for seamless integration into legacy enterprise infrastructures, it addresses the demands of large‑scale biometric systems such as national ID programs, customs and border control, and access control. As a middleware component, IriMaster supports secure transactions and data exchange using SSL and WS‑Security standards, and ensures device‑level encryption via a PKI‑based security infrastructure. Its Web Service API enables scalable, service‑oriented deployments, supporting clients in Java, .NET, or web applications. The software delivers high availability through application server clustering and hardware redundancy, and scales from single‑PC setups to distributed server networks with load balancers.
  • 10
    Echo

    Echo

    Echo

    High-performance, extensible, minimalist Go web framework. Highly optimized HTTP router with zero dynamic memory allocation which smartly prioritizes routes. Build robust and scalable RESTful API, easily organized into groups. Automatically install TLS certificates from Let's Encrypt. HTTP/2 support improves speed and provides a better user experience. Many built-in middleware to use, or define your own. Middleware can be set at root, group, or route level. Data binding for HTTP request payload, including JSON, XML or form data. API to send a variety of HTTP responses, including JSON, XML, HTML, file, attachment, inline, stream, or blob. Template rendering using any template engine. Customized central HTTP error handling. Easily extendable API. Optimized HTTP router which smartly prioritizes routes. Build robust and scalable RESTful APIs. Extensible middleware framework. Define middleware at root, group, or route level Data binding for JSON, XML, and form payload.
  • 11
    IBM OMEGAMON
    Gain real-time and historical performance management of IBM Z® mainframe and middleware subsystems, plus reduce blind spots in your multicloud environments. Integrate OMEGAMON monitoring with IBM System Automation, Netview, and asset management for your z/OS® enterprise. Optimize performance and availability of vital IMS systems and enable operators to manage IMS from a single console. Monitor key IBM MQ and IBM Integration Bus deployments to ensure that system operations avoid bottlenecks and performance issues. Monitor WebSphere Application Servers on z/OS with in-depth diagnostic information on application performance.Gain a foundation for z/OS resource monitoring and visibility into operating system and subsystem performance.
  • 12
    Infor ION
    Easily integrate Infor and third-party enterprise systems, while eliminating information silos with Infor Intelligent Open Network, Infor’s advanced middleware cloud platform. Infor ION provides the flexibility you need to make an often complex web of enterprise systems work together. It provides the long-term sustainability to optimize return on technology investments. With ION, one application can be upgraded, replaced, or even fail without taking the entire network down. Information is accessible in real-time, and system maintenance is less costly and complex. Infor ION makes it easier than ever to integrate both Infor and third-party software applications, while streamlining your business process flows to improve performance. This powerful technology provides a simple, scalable middleware framework that helps you achieve unparalleled end-to-end efficiency.
  • 13
    Middleware

    Middleware

    Middleware

    Middleware frees engineering managers from repetitive follow-ups to ensure smooth product delivery, and identification of workflow bottlenecks so they can remove any hiccups for their team. Middleware sits on top of the team's existing tools like GitHub, Calendar, and Jira and provides managers actionable insights to run their team efficiently and prevent their engineers from burning out. Single view which highlights areas to act on whether it is a delivery issue or a people issue. We bring insights using your PRs to find out which reviewer is the bottleneck or whether the team is just waiting long for reviews or reworking every code change. Spot if your team is too stretched on calls and deliveries to prevent burnout or boredom. Middleware 1:1s give you a look at the developer's performance and allow you to keep track of their growth areas and goals, hence helping you to grow your engineer as best you can.
  • 14
    Interplay

    Interplay

    Iterate.ai

    Interplay Platform is a patented low-code platform with 475 pre-built connectors (enterprise, AI, IoT, Startup Technologies). It's used as middleware and as a rapid app building platform by big companies like Circle K, Ulta Beauty, and many others. As middleware, it operates Pay-by-Plate (frictionless payments at the gas pump) in Europe, Weapons Detection (to predict robberies), AI-based Chat, online personalization tools, low price guarantee tools, computer vision applications such as damage estimation, and much more. It also helps companies to go to market with their digital solutions 10X to 17X faster than in old ways.
  • 15
    Skysens IoT Platform
    Skysens IoT platform is an application layer with middleware specialized for IoT applications. The platform can work with multiple IoT sources either IP-based or non-IP based such as LPWAN with multiple features such as user management, alarming, reporting, rule management, and many more. With Skysens middleware, the platform can work with existing legacy data sources such as SCADA will full functionality. It has different application modules for smart industry, smart cities, and smart businesses for easy use. Different pre-configured applications such as condition monitoring, indoor and outdoor location tracking, maintenance monitoring, and many more. Device ID-based cross rule function in order to create smart actions depending on the rules with help of bi-directional connectivity of LPWAN networks. API server for connectivity agnostic LPWAN-based application integration with REST APIs. Skysens Mobile app is ready for use on Android and iOS.
  • 16
    JDeveloper
    Oracle JDeveloper is a free integrated development environment that simplifies the development of Java-based applications addressing every step of the application lifecycle. JDeveloper offers complete end-to-end development for Oracle's platform and Oracle's applications. JDeveloper is a cross-platform IDE that is available in two editions, Oracle JDeveloper Studio with all features and Oracle JDeveloper Java with core Java and XML features. JDeveloper runs on Windows, Linux, Mac OS X, and other UNIX-based systems and is the development platform for the Oracle Fusion Middleware suite of products. Jdeveloper is the main development platform for the Oracle Fusion Middleware suite of products. It is a cross-platform IDE that runs on Windows, Linux, Mac OS X, and other UNIX-based systems. The roles that JDeveloper provides tailor the environment to development needs. The selected role decides which features and options are available for development.
  • 17
    Oracle Reports
    Oracle Reports, a component of Oracle Fusion Middleware is Oracle's award-winning, high-fidelity enterprise reporting tool. It enables businesses to provide instant access to information to all levels within and outside of the organization in a scalable and secure environment. Oracle Reports consists of Oracle Reports Developer, a powerful, declarative WYSIWYG reports design tool, and a JEE 5-based Oracle Reports Server with multi-tier architecture to access any data sources, generate reports in any popular format for web and paper, and burst and distribute reports to any destination. Oracle remains committed to the development of this technology and to the ongoing release as a component of the Oracle Fusion Middleware platform.
  • 18
    ManageEngine Applications Manager
    ManageEngine Applications Manager is an enterprise-ready platform designed to monitor an entire application ecosystem of a business organization. Our platform helps IT and DevOps teams get visibility into all the dependent components within their application stack. With Applications Manager, it becomes easier to monitor the performance of mission-critical web applications, web servers, databases, cloud services, middleware, ERP systems, messaging components, and more. It has tons of features that fast-track the troubleshooting process and help reduce MTTR. This way, issues are fixed before application end-users are affected. Applications Manager has a fully functional dashboard that can be customized to get performance insights at a glance. By configuring alerts, it constantly keeps a lookout for performance issues within the application stack. Combining this with intelligent machine learning, Applications Manager helps turn performance data into actionable insights.
  • 19
    Modex

    Modex

    M3 Holdings

    Blockchain powered data immutability. Real data integrity becomes possible now with our patented hybrid blockchain-database middleware. Enterprise use cases Hybrid Database System . With our broad expertise in delivering enterprise blockchain services, tools, and frameworks that address a variety of industry-specific needs, we help organizations gain a competitive advantage on the market. Incident Response. Eliminating the single point of failure found in traditional databases, making it virtually impossible for an incident to affect the entire network. Regulatory Compliance. A complete audit trail for the entire lifecycle of every record, helping companies prove compliance with data protection regulations. Log Management. Not allowing any data changes or deletion, providing businesses with a tamper-resistant archive of events. Modex BCDB is a middleware that fuses a blockchain with a database to create a structure that is easy to use and understand by developers
  • 20
    Apache Camel

    Apache Camel

    Apache Software Foundation

    Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. Camel supports most of the Enterprise Integration Patterns from the excellent book by Gregor Hohpe and Bobby Woolf, and newer integration patterns from microservice architectures to help you solve your integration problem by applying best practices out of the box. Apache Camel is standalone, and can be embedded as a library within Spring Boot, Quarkus, Application Servers, and in the clouds. Camel subprojects focus on making your work easy. Packed with several hundred components that are used to access databases, message queues, APIs or basically anything under the sun. Helping you integrate with everything. Camel supports around 50 data formats, allowing to translate messages in multiple formats, and with support from industry standard formats from finance, telco, health-care, and more.
  • 21
    Tmax

    Tmax

    TmaxSoft

    Tmax was established in 1997, which has been competing with large corporations in the industry field of Software and DBMS. Especially in 2003, the core product for Middleware named JEUS has become the number one Korea Web Application Server. Currently, it is maintaining a superior market share that takes over 40%. Tmax is over a global, which subsidaries are in the United States, Japan, China, Brazil, etc. It does not only provide Middleware products, but also distributes OpenFrame, DBMS, AI, and more. The company customers are big enterprises in the industry field of finance, technology, public, and many more. Tmax is going forward for a better life and a better future with a distinctive technology, by producing and providing diverse platforms and services. A global software innovator focused on cloud, infrastructure and legacy modernization, we give you the freedom to take control of your technology.
  • 22
    INTEGRITY RTOS

    INTEGRITY RTOS

    Green Hills Software

    INTEGRITY uses hardware memory protection to isolate and protect embedded applications. Secure partitions guarantee each task the resources it needs to run correctly and fully protect the operating system and user tasks from errant and malicious code, including denial-of-service attacks, worms, and Trojan horses. To help developers jumpstart product development, Green Hills Software offers an extensive array of middleware integrated and validated for INTEGRITY, including FFS, FAT, NFS, and journaling file systems, IPv4/IPv6 host and routing networking stacks, FIPS 140-2 certified Suite B enabled embedded encryption library, and more. Each of these middleware packages has been pre- integrated and tested to run seamlessly with and take full advantage of INTEGRITY’s advanced RTOS capabilities. For selected industries, Green Hills Software offers platforms that provide a completely integrated ecosystem. Each platform includes the INTEGRITY RTOS as well as development tools.
  • 23
    ContainIQ

    ContainIQ

    ContainIQ

    Our out-of-the-box solution allows you to monitor the health of your cluster and troubleshoot issues faster with pre-built dashboards that just work. And our clear and affordable pricing makes it easy to get started today. ContainIQ deploys three agents that sit inside your cluster: a single replica deployment that collects metrics and events from the Kubernetes API and two additional daemon sets, one that collects latency information for every pod on that node and another that collects logs for all of your pods/containers. Monitor latency by microservice and by path, including p95, p99, average, and RPS. Works instantly without application packages or middleware. Set alerts on significant changes. Search functionality, filter by date range, and view data over time. View all incoming and outgoing requests alongside metadata. Graph P99, P95, average latency, and error rate over time for each URL path. Correlate logs for a specific trace, useful for debugging when problems arise.
  • 24
    Growler

    Growler

    Growler

    Growler is a web framework built atop asyncio, the asynchronous library described in PEP 3156 and added to the standard library in python 3.4. It takes a cue from the Connect & Express frameworks in the nodejs ecosystem, using a single application object and series of middleware to process HTTP requests. The custom chain of middleware provides an easy way to implement complex applications. The pip utility allows packages to provide optional requirements, so features may be installed only upon request. This meshes well with the minimal nature of the Growler project: don't install anything the user doesn't need. That being said, there are (will be) community packages that are blessed by the growler developers (after ensuring they work as expected and are well tested with each version of growler) that will be available as extras directly from the growler package.
  • 25
    HomeRUN

    HomeRUN

    ROCKETHOME

    The realtime analysis and interpretation of mass data is the heart and soul of the connected home platform. The HomeRUN Intelligence Cloud integrates heterogeneous data from different infrastructures, subsystems, client processes and applications to one user-experience. The analysis of data allows to predict use cases and to facilitate intelligent functionalities. The software platform can be hosted in an individual IT-infrastructure or it can be run as a managed service in the ROCKETHOME cloud. Editorial and marketing content can be managed via CMS functionality. In addition to that, the smart home platform allows administrative features for system control and market research. The "HomeRUN OS cloud" platform has stable interfaces to many system partners that complement ROCKETHOME's services. We have long lasting relationships to suppliers in terms of gateway middleware, embedded middleware, remote smart meter reading, accounting systems and hardware engineering.
  • 26
    Erlang

    Erlang

    Erlang

    Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.
  • 27
    AIOHTTP

    AIOHTTP

    AIOHTTP

    Supports both client and server side of HTTP protocol, both client and server web-sockets out-of-the-box, and avoids callback hell and web-server with middlewares and pluggable routing.
  • 28
    Omnata

    Omnata

    Omnata

    Modern data warehouses are more capable than ever but data integration has not evolved to the new paradigm. Legacy middleware is a bottleneck for agile businesses. Push data to apps with SQL functions in Snowflake. Manage integration with other data pipeline tasks. None or minimal data infrastructure to reduce security and vendor assurance overheads. Complex middleware and ETL creates a deployment bottleneck. Stay agile and reduce code. Solving the challenges of unifying customer data and creating a single source of truth. New capabilities allow more connectivity and flexibility than ever before. Connect integrations do not have any infrastructure between source & destination. Connect surfaces data in the destination app using live queries, not moving it.
  • 29
    Rocket TMON One

    Rocket TMON One

    Rocket Software

    Rocket® TMON® One is a comprehensive monitoring solution designed to optimize mainframe performance, availability, and capacity planning across hybrid cloud environments. It enables enterprises to effectively monitor IBM zSystems and connected distributed systems from a single platform. With real-time visibility into applications, middleware, databases, and network components, teams can quickly identify and resolve performance issues. TMON® One leverages AI-driven analytics to proactively detect anomalies before they impact operations. The platform offers fast implementation and a low total cost of ownership compared to traditional monitoring tools. It integrates seamlessly with observability platforms through data streaming capabilities. Rocket® TMON® One helps organizations ensure application reliability while reducing operational costs.
  • 30
    SyncFab

    SyncFab

    SyncFab

    SyncFab offers NPI & OEM parts production procurement for agile supply chain management & parts pedigree with digital thread compliance & blockchain cybersecurity. Our enterprise middleware platform allows OEM Procurement and NPI Engineering Departments to plan, source, procure, track, secure, and pay for precision parts. Get custom quotes from pre-qualified manufacturing suppliers with the capacity, processes and certifications you need OR contact us to onboard your suppliers. Gain 50% in time and 60% in cost savings. Enable secure end-to-end track-and-trace of POs and Parts History to take total control of exceptions handling both upstream and downstream in the supply chain. Verify suppliers and store your documents and technical data on a blockchain, which securely records all of your procurement activity for safe and secure audit optimization. Boost security 70%. Enterprise customers use our blockchain middleware to boost supply chain visibility and traceability.
  • 31
    RFID4U

    RFID4U

    RFID4U

    TagMatiks is a next generation RFID software platform for data collection. At the heart of the platform is TagMatiks Core, a RFID middleware software component that includes extensive reader management and enterprise grade integration capabilities. In conjunction, there is a business suite of software applications to solve everyday business needs with vertical based workflows, reporting, analytical and dashboard capabilities. Pick and choose the appropriate software modules that are right for your business. At the heart of the platform is TagMatiks Core, which provides a layer for RFID device management and integration. Surrounding Core are business software applications for solving real world problems like asset tracking, field inventory, work in progress and more! By leveraging extensive data collection through RFID and other sensory technologies, the TagMatiks platform provides customizable analytical dashboards and reports.
    Starting Price: $99 one-time payment
  • 32
    FioranoMQ

    FioranoMQ

    Fiorano Software

    FioranoMQ® Fiorano's enterprise messaging backbone, seamlessly and securely integrates heterogeneous IT systems improving operational efficiency, business agility, and performance. With comprehensive support for standards-based communication, connectivity and transformation, the FioranoMQ JMS server minimize proprietary dependencies. It provides a powerful communication backbone that can be extended easily, allowing real-time delivery of data spanning multiple applications, platforms, partners and customers. Fiorano is the messaging middleware of choice supporting mission-critical operations for Global Leaders worldwide, delivering a new breed of high-performance, low latency solution for the digital enterprise. Security descriptors provide fine-grained control over which end-users and user-groups can access the API. Lowers hardware investment required for achieving high performance.
  • 33
    Middleware

    Middleware

    Middleware Lab

    AI-powered cloud observability platform. Middleware platform helps identify, understand and fix issues across your cloud infrastructure. AI will detect all the issues from infra and application and give better recommendations on fixing them. Monitor metrics, logs, and traces in real-time on the dashboard. The most efficient and faster results with the least resource usage. Bring all the metrics, logs, traces, and events to one single unified timeline. Get complete visibility into your cloud with a full-stack observability platform. Our AI-based predictive algorithms look at your data and give you suggestions on what to fix. You are the owner of your data. Control your data collection and store it on your cloud to reduce cost by 5x to 10x. Connect the dots between when the problem begins and where it ends. Fix problems before your users' report. They get an all-inclusive solution for cloud observability in a single place. And that's too cost-effective.
  • 34
    InfiConnector

    InfiConnector

    Infilock Inc.

    A middleware that is installed on a range of gateways and connects equipment to InfiIoT and popular Internet of Things(IoT) or Industrial Internet of Things (IIoT) clouds. It securely connects various devices (e.g., PV panels, battery energy storage, HVACs, EV stations, compressors, and boilers) through industrial protocols (Modbus, OPC UA, BACnet) and cellular networks (LTE and 5G). InfiConnector is configurable from cloud services to collect data from devices and sensors and prepare data for data analysis and Artificial Intelligence (AI) cloud applications. InfiConnector provides a code-less edge computing and rule engine interface that configures any machine to machine, diagnostic, alerting, and log management services in a few minutes. The light middleware requires 512MB RAM, 1 core CPU, and 16GB disk. It is compatible with Ubuntu 20.04 and upper.
    Starting Price: $10/month/license
  • 35
    Keil MDK
    Keil® MDK is the most comprehensive software development solution for Arm®-based microcontrollers and includes all components that you need to create, build, and debug embedded applications. MDK-Core is based on µVision (Windows only) with leading support for Cortex-M devices including the new Armv8-M architecture. MDK includes Arm C/C++ Compiler with assembler, linker, and highly optimized run-time libraries that are tailored for optimum code size and performance. Software Packs may be added any time to MDK-Core making new device support and middleware updates independent from the toolchain. They contain device support, CMSIS libraries, middleware, board support, code templates, and example projects. The IPv4/IPv6 networking communication stack is extended with Mbed™ TLS to enable secure connections via the Internet. Product evaluation, small projects, and education. Code size restricted to 32 Kbyte.
  • 36
    meshIQ

    meshIQ

    meshIQ

    Middleware Observability & Management Software for Messaging, Event Processing, and Streaming Across Hybrid Cloud (MESH). - Complete observability and monitoring of Integration MESH with 360° Situational Awareness® - Securely manage, and automate configuration, administration, and deployment - Track, trace, and analyze transactions, messages and flows - Collect, monitor, and benchmark MESH performance meshIQ delivers granular access controls to manage configurations across the MESH to reduce downtime and quick recovery from outages. Provides the ability to find, browse, track, and trace messages to detect bottlenecks and speeding up root-cause analysis. Unlocks the integration blackbox to deliver visibility across the MESH infrastructure to visualize, analyze, report, and predict. Delivers the ability to trigger automated actions based on pre-defined criteria or intelligent actions determined by AI/ML.
  • 37
    Orderwave

    Orderwave

    DRG Intelligent Computer Concepts

    Orderwave is more than an OMS; Orderwave is the ultimate e-commerce middleware. It sits in the middle of your e-commerce stack, centralizing your complex business rules, disseminating data to your apps, and providing best-of-breed access to all critical information for a modern digital business. Event-driven, so that you can apply your company's business-rules to orders, inventory, products, or payments (or anything) at any step along the workflows of your e-commerce technology stack. There is no such thing as an off-the-shelf OMS that works for every company. Your business is finely-tuned, and your OMS needs to be tuned with your business-rules. This is where Orderwave, as an e-commerce middleware shines. We have a purpose-built rules engine that allows you to implement your business-rules with no-code required.
  • 38
    Tidal by Redwood

    Tidal by Redwood

    Redwood Software

    The highly-scalable, highly-resilient Tidal Automation platform keeps your entire automation initiative on course, whether you’re automating foundational systems like ERP or orchestrating complex new opportunities in Big Data, IoT, AI, and more. It’s all about leveraging automation to help the enterprise meet its mission. Tidal by Redwood is an easy-to-deploy, easy-to-use, scalable solution that provides a centralized, enterprise-wide interface for planning and controlling execution of business processes, applications, data, middleware, and infrastructure.
  • 39
    Amazon Simple Queue Service (SQS)
    Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message oriented middleware, and empowers developers to focus on differentiating work. Using SQS, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available. Get started with SQS in minutes using the AWS console, Command Line Interface or SDK of your choice, and three simple commands. Use Amazon SQS to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be available. SQS lets you decouple application components so that they run and fail independently, increasing the overall fault tolerance of the system.
  • 40
    Vahana Cloud

    Vahana Cloud

    Decimal Technologies

    Hand rolling code is fun sometimes, but not ideal for getting ideal for a quick go-to market in a secure and scalable manner. Vahana provides you with drag and drop visual designer and middleware to create enterprise grade solutions on mobile apps and portals. Rapidly configure email, SMS and push notification for applications get inbuilt features such as GPS and maps, image capture, image upload and barcode/QR scanner. It helps various mobile applications, web applications and enterprise systems communicate over one platform. vFlow is a powerful tool for managing digital workflows, document verification, automated queue management, reporting and monitoring dashboard that can be configured for use by multiple stakeholders, onboarding everyone on to a single platform thereby bringing transparency and reducing redundancy.
  • 41
    Oracle Enterprise Manager
    Oracle Enterprise Manager is Oracle’s on-premise management platform that provides a single dashboard to manage all of your Oracle deployments, in your data center or in the cloud. Through deep integration with Oracle’s product stack, it provides market-leading management and automation support for Oracle applications, databases, middleware, hardware, and engineered systems. A rich set of features supports database consolidation, enforces standardization, and automates time-consuming tasks. Enterprise Manager provides complete Ops automation including provisioning new clusters, patching, and upgrading databases as well as configuration and compliance management—all essential for organizations embracing automation.
  • 42
    SERENEDI

    SERENEDI

    Chiapas EDI Technologies

    SERENEDI is a third generation middleware solution for any sized business for their 5010 healthcare EDI integration workflows. Running on Windows and Unix servers, our software is capable of instantly rendering compliant transactions to and from Oracle and SQL Server database tables, CSV and XML. PowerShell Core-based automation, user-expandable SNIP integrity rules engine, a developer studio and Next Business Day support round out the product.
  • 43
    Centreon

    Centreon

    Centreon

    Centreon is a global provider of business-aware IT monitoring for always-on operations and performance excellence. The company’s holistic, AIOps-ready platform is designed for today’s complex, distributed hybrid cloud infrastructures. Centreon monitors the complete IT Infrastructure from Cloud-to-Edge for a clear and comprehensive view. Centreon removes blind spots, monitoring all equipment, middleware and applications that are part of modern IT workflows, from on-premise legacy assets to private and public cloud environments, all the way to the edge of the network, where smart devices and customers combine to create business value. Centreon is constantly current, able to support the most dynamic environments. With auto-discovery capabilities it can keep track of Software-Defined Network (SDN) elements, AWS or Azure cloud assets, Wi-Fi access points or any other component of today’s agile IT infrastructure.
  • 44
    XOPS

    XOPS

    XOPS

    XOPS is a next-generation IT operations platform that empowers enterprise IT departments with an intelligence layer to maximize the value of existing investments and personnel. It provides a system of intelligence that unifies IT lifecycle data, automates complex workflows, and eliminates human middleware. XOPS' Observability API integrates with existing enterprise systems to ensure real-time data and advanced analytics are accessible and actionable. Its knowledge graph offers cross-system context, enhancing operational intelligence. XOPS employs autonomous software robots that handle IT tasks 24/7, delivering faster service, reclaiming internal resources, and enabling scalable operations. It operates on declarative intent, orchestrating sophisticated interactions across internal systems, service providers, vendors, and external partners with continuous policy enforcement.
  • 45
    Digital.ai Deploy
    Automate and standardize complex, enterprise-scale application deployments to any environment—from mainframes and middleware to containers and the cloud. Speed up deployments with increased reliability. Enable self-service deployment while maintaining governance and control. (Formerly XebiaLabs XL Deploy). Automating application deployments is a crucial step for companies that are working hard to realize the benefits of agile, DevOps, and continuous delivery. As software lifecycles continue to accelerate and deployment environments become ever more numerous, error-free application deployments have become too complex for any human being to manage. Organizations need to automate and standardize. Designed for enterprises with complex environments, Digital.ai Deploy is a necessity for any team that needs to deploy an ever-growing number of applications to an increasing number of target systems.
  • 46
    Robot Operating System (ROS)

    Robot Operating System (ROS)

    Robot Operating System (ROS)

    The Robot Operating System (ROS) is an open source set of software libraries and tools designed to aid in building robot applications. It provides services expected from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. ROS offers tools and libraries for obtaining, building, writing, and running code across multiple computers. At its core, ROS provides a message-passing system, often called "middleware" or "plumbing," which manages communication between distributed nodes via an anonymous publish/subscribe pattern. This system is crucial for implementing new robot applications or any software system that interacts with hardware. ROS is a meta-operating system for robots, offering hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more. It is licensed under an open source, BSD license.
  • 47
    DMSFACTORY DocumentsPipeliner
    DocumentsPipeliner is a server-based middleware solution for automated processing of incoming documents. It monitors mailboxes (e.g., Microsoft Exchange), file folders, or other input channels, extracts email attachments, normalizes formats (e.g., PDF/A), and enriches documents with metadata from third-party systems as needed. It then forwards the data to target systems such as M-Files, ABBYY FlexiCapture, or other DMS and workflow solutions based on rules. With DocumentsPipeliner, companies can create a central “digital mailroom” that reduces routine work in document receipt, ensures compliance, and lays the foundation for consistent, scalable business processes.
  • 48
    Kallipr Kloud
    Kallipr Kloud is an industrial IoT software platform that manages large-scale monitoring networks for water, wastewater, stormwater, environmental and industrial operations. It handles the full device lifecycle, from fast deployment with configuration templates to secure registration, remote updates and real-time diagnostics. The platform gives operators a complete view of their network with live insights, trend analysis and clear alarm management for issues like blockages, leaks and pressure changes. Kallipr Kloud integrates directly with Azure and can send data into existing SCADA, GIS or analytics tools without middleware. It is designed for scale, secure communications, long device life and high uptime. Used with Kallipr’s data loggers, radar sensors and multi-sensor gateways, it provides a fully integrated hardware and software stack for more than 300 organisations across Australia, New Zealand and the United States.
  • 49
    Apache Synapse

    Apache Synapse

    Apache Software Foundation

    Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP, Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols. As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX. High-performing PassThrough HTTP transport support for all mediation scenarios. Ultra-fast, low latency mediation of HTTP requests. Supporting a very large number of inbound (client -> ESB) and outbound (ESB -> server) connections concurrently. Intelligently handle message content and content awareness built into the engine with shared buffer for handling data.
  • 50
    Aurea Messenger
    Aurea Messenger helps your technology keep pace with your business through an industry-leading enterprise service bus (ESB) that lets you adapt quickly. With Aurea Messenger, you can integrate technologies without getting bogged down in time-consuming custom implementations or high-risk roll-outs. It’s a sophisticated messaging bus that facilitates swift and simple integration of mission-critical systems through Aurea developed or custom adapters. Solve the most challenging connectivity problems across SOA, REST, SaaS, and APIs. Aurea Messenger provides a unified, hybrid integration platform that creates a seamless network of apps, data, and devices. Enable reliable, flexible services for the exchange of critical business data, including connectivity, message transformation and routing, transaction mediation, and process orchestration. Aurea Messenger delivers more than doubled messaging capacity and 10x data capacity, plus real-time metrics to diagnose and resolve flow-control issues.