mindit.io logo
    • retail
      • / retail

        Retail industry, mindit.io

        In the intricate world of retail, mindit.io stands out as your strategic ally.

    • banking
      • / banking
        Woman using a card payment terminal, retail sector, mindit.io

        We partner with European banks on AI transformation, data-platform modernization, and regulatory-grade integration across Benelux, DACH, and UK.

    • financial services
      • / financial services

        Financial services: mindit.io data and AI

        Custom software and data platforms for asset managers, payments providers, and insurers across DACH and the US.

    • healthcare
      • / healthcare

        Doctor with digital tablet in hospital, healthcare sector, mindit.io

        ML and integration solutions for hospitals, health-tech platforms, and national health systems, including Switzerland’s national health sector.

    • hospitality
      • / hospitality
        Hospitality: mindit.io data and AI

        Operational and guest-experience software for hotels, restaurants, and global travel groups.

    • foodtech
      • / foodtech
        Burger and fresh salad, food and beverage sector, mindit.io

        Product engineering for the food industry: from plant-based configurators to supply-chain analytics.

    • manufacturing
      • / manufacturing
        Aerial view of industrial conveyor belt, manufacturing sector, mindit.io

        Industrial software, IoT integration, and data platforms for manufacturers modernizing operations.

    • publishing
      • / publishing
        Publishing: mindit.io AI solutions

        ML platforms and editorial workflow systems for publishers, including Izzard Ink Publishing.

    • real estate
      • / real estate
        Modern residential buildings at dusk, real estate sector, mindit.io

        Property tech and data analytics for real-estate operators and asset managers.

    • telco
      • / telco
        Person using smartphone, telecom sector, mindit.io

        Telecom-grade software for network optimization, customer-facing apps, and AI-driven insights.

    • / company
    • about us
      • / about us

        mindit.io partners and people
        The partner of choice for data & product engineering to drive business growth & deliver an impact within your organization
    • product engineering
      • / product engineering
        We specialize in Software Product Engineering, transforming your concepts into impactful products.
    • technology
      • / technology
        mindit.io AI Native company
        250+ specialists skilled in software, BI, integration, offering end-to-end services from research to ongoing maintenance.
    • methodology
      • / methodology
        Custom software solutions, mindit.io
        We specialize in software product engineering, transforming your concepts into impactful products.
    • careers
      • / careers
        Careers at mindit.io
        Our team needs one more awesome person, like you. Let’s grow together! Why not give it a try?
    • do good
      • / do good
        mindit.io team member do good ESG initiatives by the sea
        We’re a team devoted to making the world better with small acts. We get involved and always stand for kindness.
    • events
      • / events
        From Databricks’ Data + AI Summit to Day-to-Day: How the Latest Announcements Impact Real Deployments – Live Webinar
    • blog
      • / blog
        Databricks just rebuilt the data stack for AI agents. Here is what Retail and Banking should do about it.
        Retail Data Platform Modernization Checklist — BENELUX 2026
    • contact us
      • / contact us
        Request a mindit.io webinar
        We would love to hear from you! We have offices and teams in Romania and Switzerland. How can we make your business thrive?
  • / get in touch

helping enterprises become AI-native organizations

Why you should upgrade from IBM Integration Bus v9 to IBM App Connect Enterprise v11

First of all, what is IBM Integration Bus?

IBM Integration Bus (formerly known as WebSphere Message Broker) is IBM’s integration broker that allows business information to flow between disparate applications across multiple hardware and software platforms.


What’s new in ACE v11?


Well, here’s what’s what:

· A new, simplified web user interface

· Simplified deployment

· Advanced HTTP Security

· You can run in a Docker container on AIX,Linux, and Windows systems

· Running without a queue manager (this is one of my favorites)

· Support for a global cache

· Support for publishing to a Logstash input in an Elasticsearch, Logstash and Kibana (ELK) stack

· Enhanced support for producing and consuming Kafka messages

· Policies replacing configurable services


Let’s expand some points:


1. What is the meaning of “simplified deployment”?

Now ACE v11 provides support for integration servers that can be created and run independently from an integration node. Basically, now we can deploy our applications to an integration server quickly, without the need to create and configure an integration node like in the old version.


2. Why a simplified web user interface helps us?

· Start, stop, and manage deployed resources.

· Collect and view resource statistics for your integration servers.

· Create, retrieve, update, and delete operational policies.


3. Why policies are important?

I think one of the most important aspects are seeing all the configurable values grouped in a visual perspective. Also, ACE comes with predefined templates, that helps users complete easier his desired configurations.

4. Advanced HTTP Security?

Access is possible using HTTP basic authentication or HTTPS protocol. You can enable HTTPS just for encryption, or you can also configure a REST API for client authentication (mutual authentication). If your REST API is going to be used byclient-side code that is running is a web browser, you can configure Cross-Origin Resource Sharing.

More information about CORS , right here.


5. You can configure IBM App Connect Enterprise to run in a Docker container on AIX, Linux and Windows systems

But first, what is Docker?

Docker is basically a container engine which uses the Linux Kernel features like namespaces and control groups to create containers on top of an operating system and automates application deployment on the container. Docker uses Copy-on-write union file system for its backend storage.

Docker enables you to package an integration server into a standardized unit for software development. Changes to your IBM App Connect Enterprise environment can then be deployed to test and staging systems quickly and easily, which can be a major benefit to continuous delivery in your enterprise. You can choose to build specific configurations into your IBM App Connect Enterprise Docker images, such as integration servers that already have particular applications deployed, or you can choose to start up a Docker container from the image and then deploy changes to the running integration server.

I think that is a great way to assure high availability.


6. Running without a Queue manager?

IBM App Connect Enterprise does not need a local queue manager. The MQ client provided with the installation enables messages to be placed and retrieved from remote queues using single-phase commit transactions.


7. Support for publishing to a Logstash input in an Elasticsearch, Logstash and Kibana (ELK) stack

What is ELK?

The ELK stack is an acronym used to describe a stack that comprises of three popular open-source projects: Elasticsearch, Logstash and Kibana, and is designed to allow users to take to data from any source, in any format and to search, analyze and visualize that data in real time.

You can send App Connect Enterprise logging data (BIP messages) for your integration servers to a Logstash input in an Elasticsearch, Logstash and Kibana (ELK) stack, so that you can view the data in a Kibana dashboard.


8. Enhanced support for producing and consuming Kafka messages

Before we go into ACE related information, I would like to give a little perspective in simple words about Kafka:

Kafka is a distributed streaming platform that is used to publish and subscribe to streams of records. Kafka is used for fault tolerant storage. Kafka replicates topic log partitions to multiple servers. Kafka is designed to allow your apps to process records as they occur. More information right here.

Now, back to business:

You can use the Kafka Producer node to publish messages that are generated from within your message flow to a topic that is hosted on a Kafka server. The published messages are then delivered by the Kafka server to all topic consumers (subscribers). You can use a Kafka Consumer node in a message flow to subscribe to a specified topic on a Kafka server. The Kafka Consumer node then receives messages that are published on the Kafka topic, as input to the message flow. You can also read an individual message published on a Kafka topic, by using a Kafka Read node in a message flow to specify the offset position of the message in the topic partition.


9. Support for a global cache

You can use the global cache that is supplied with IBM App Connect Enterprise to store data that you want to reuse. Personally, I think we have great advantage of a one-time load and short retrieval time.


Conclusion

Personally I think the IBM Integration Bus, today called App Connect Enterprise, it’s the backbone of the API economy that connects the world’s banking networks, travel, retail logistics, manufacturing many other industries systems of record together with their digital front office systems of engagement.


It’s worth the upgrade/migration from IBM Integration Bus v9?
Absolutely!

Distribute:

/turn your vision into reality

The best way to start a long-term collaboration is with a Pilot project. Let’s talk.