fuse

Apache Camel Logo
Article

Apache Camel URI Completion with Java DSL

Aurélien Pupier

Apache Camel URI completion for Java DSL is now available in Visual Studio Code and Eclipse Desktop. This article shows it in action in these two IDEs.

Red Hat Fuse
Article

EDI Transformations with Fuse Ignite and Trace Transformer

Simon Green

Red Hat JBoss Fuse 7's new iPaaS feature, Fuse Ignite, is a platform on which citizen integrators and developers can coexist, collaborate, and contribute to an end-to-end integration. See how EDI analysts can use it to focus on their business mappings and transformations.

Red Hat Fuse
Article

Red Hat Fuse 7 Is Now Available

Christina Lin

Red Hat Fuse 7 is a cloud-native, low-code integration platform built for microservices. It can help developers and integrators package applications as containers so they are cloud-ready, and it can automate application deployment and management.

Apache Camel Logo
Article

Apache Camel URI completion: easy installation for Eclipse, VS Code, and OpenShift.io

Aurélien Pupier

Discoverability and ease of installation of Apache Camel tooling based on the Language Server Protocol has been improved. Manual download and installation of binaries is no longer necessary! For the Eclipse desktop IDE and the VS Code environment you can now find and install the Camel tooling directly from the marketplaces for each development environment. Camel Language Server is now also available in Red Hat OpenShift.io ! In this article, I will show you how you can install Camel tooling...

Red Hat JBoss Fuse image
Article

Get Started with Red Hat JBoss Fuse 7 Tech Preview 3 Today!

Christina Lin

Red Hat JBoss Fuse 7.0 technical preview three is out today! On the pathway to become one of the best cloud-native integration platforms, JBoss Fuse gives developers the freedom to choose how they want to develop the integration solution, where they want to deploy it.

Apache Camel logo
Article

Apache Camel URI completion in VS Code XML Editor and Eclipse Che

Aurélien Pupier

This article is about Apache Camel URI completion in VS Code XML Editor and Eclipse Che. I blogged about Apache Camel URI completion in the Eclipse XML Editor. This article announces that the same feature is available for 2 others IDEs: VS Code and Eclipse Che.

Red Hat JBoss Fuse image
Article

Apache Camel URI completion in Eclipse XML Editor

Aurélien Pupier

Apache Camel empowers you to define routing and mediation rules in a variety of domain-specific languages. Apache Camel uses URIs to work directly with any kind of Transport or messaging model. Completion for these URIs is not available in Eclipse XML Editor.

Managed File Transfer
Article

Managed File Transfer (MFT) 2.0 with Fuse, 3scale and AMQ

Simon Green

It was more than 2 years ago that I blogged about building a Managed File Transfer (MFT) solution using Fuse and AMQ. First, many things have progressed, particularly the technology landscape. Second, MFT protocols have evolved. AS4 provides a new and improved way of securely exchanging documents over HTTP. In addition, the OASIS consortium governs a vendor-neutral open standard. This is great news, but how do we achieve support for these new standards and transports with our antiquated, legacy, and...

Article Thumbnail
Article

Fuse development environment with Development Suite installer

Aurélien Pupier

Red Hat JBoss Fuse is an open source, lightweight and modular integration platform that allows you to connect services and systems across your entire application portfolio. If you’re familiar with Fuse, you’re probably familiar with the Fuse Tooling that comes with Red Hat JBoss Developer Studio . If you read carefully the last announcement for Red Hat Development Tools , you may have noticed that Fuse Tooling and Fuse runtimes are now part of Development Suite . That new feature...

Configuring mKahaDB persistence storage for ActiveMQ
Article

Red Hat Releases New Development Tools

Bob Davis

I’m extremely pleased to announce the latest releases of our Red Hat developer tools, available on multiple platforms. The general theme of this release is expanded usability, product integration, expanded support for Middleware products in Development Suite, plus the brand new addition of Kompose and the DevTools channel for Red Hat Enterprise Linux. This collection of tools has been assembled into an easy-to-use installer to help software developers quickly and easily put together a development environment to create containerized enterprise...

EDI Transformations
Article

EDI Transformations with Fuse Integration Services (FIS)

Simon Green

EDI, or Electronic Data Interchange, has always been a challenging domain to support for organizations. As EDI standards cover a large range of industries, from supply chain to medical to financial services (FSI), the standards rapidly evolve and change over time, thus requiring constant maintenance. The sheer cost of maintaining standards is high, not only for organizations but also for EDI software vendors who struggle to keep up. The expensive fees paid to standards organizations and rapidly evolving releases are...

Camel Design Patterns
Article

Short Retry vs Long Retry in Apache Camel

Bilgin Ibryam

My Camel Design Patterns book describes 20 patterns and numerous tips and best practices for designing Apache Camel based integration solutions. Each pattern is based on a real world use case and provides Camel specific implementation details and best practices. To get a feel of the book below is an extract from the Retry Pattern section describing how to do Short and Long retires in Apache Camel. Context and Problem By their very nature, integration applications have to interact with...

Video Thumbnail
Video

The cold hard truth about microservices and how open source can help

Microservice architectures have become popular, but we have to balance hype with reality. Microservices make it harder to manage deployments and create complex inter-service communications patterns. Learn how Open Source software built by open communities like Apache Camel, Docker, Kubernetes, OpenShift and Fabric8 can help achieve organizational goals to integrate services and establish effective continuous integration and continuous delivery pipelines. With Christian Posta -  Principal Middleware Specialist

Log aggreator using Fuse and Data Grid
Article

Implementing a Log Collector using Red Hat JBoss Fuse and Red Hat JBoss Data Grid

Hugo Guerrero

Most of the time, when we think about collecting, parsing and storing Logs, the first thing that pops in our mind is the ElasticStack or ELK. It is well positioned in developer and sysadmin's minds. The stack combines the popular Elasticsearch, Logstash and Kibana projects together to easy the collection/aggregation, store, and visualization of application logs. As an Apache Camel rider and Infinispan enthusiast, I prepared this exercise to produce my own log collector and store stack using Red Hat's...

Using API keys securely in your OpenShift microservices and applications
Article

The CoolStore Microservices Example: DevOps and OpenShift

Alessandro Arrichiello

An introduction to microservices through a complete example Today I want to talk about the demo we presented @ OpenShift Container Platform Roadshow in Milan & Rome last week. The demo was based on JBoss team's great work available on this repo: https://github.com/jbossdemocentral/coolstore-microservice In the next few paragraphs, I'll describe in deep detail the microservices CoolStore example and how we used it for creating a great and useful example of DevOps practices. We made some edits to the original project...