Tag: jboss
-
Apache Camel Integration in JBoss
Apache Camel is a powerful routing and conversion engine use in many projects. In this article we present some best practices when integrating Camel into the JBoss application server aka WildFly/EAP7. Most of this is straight-forward, yet we also faced some problems with the thread pool management.
-
Customizing application properties with JBoss EAP/Wildfly
Usually developers have to create and deploy different versions of their application: For local development, testing, training, production, … Different third-party and system dependencies for those different versions will preferably be configured via the container, e.g. data sources, JMS, topics, mail server, etc. However, most applications also contain several custom application properties such as the…
-
WildFly 8-10 and JBoss EAP 7 verbose HTTP headers
As a developer I am really happy to have an easy way to determine which version of a software I’m running. But I do not like it if my software tells everyone its name and version, as this gives important fingerprinting information to possible attackers. If you use WildFly versions 8 through 10 or JBoss…
-
ActiveMQ Confusion and What comes with your JBoss EAP / WildFly
Oftentimes people talk to each other about using ActiveMQ, but they’re actually referring to different brokers. That is because there are 3 different message brokers with ‘ActiveMQ’ in their name and this turns out to be pretty confusing when a project as big as WildFly starts to use a broker with ‘ActiveMQ’ in its name that is…
-
JBoss EAP/WildFly configuration project
When developing applications using the JBoss EAP/WildFly application server there is a repetitive task that has been solved differently over and over again: The configuration of the application server, i.e. installing JDBC drivers, startup scripts, data sources, JMS destinations, logging categories, etc. Within our company there are several projects addressing this problem. In this post we’d…
-
Red Hat JBoss Middleware: A technology stack for IoT-Applications
JBoss EAP 7 and ActiveMQ Artemis as connector between temperature and humidity and the application architecture Most IoT-Applications face similar challenges on its way from sensor to final aggregation in terms of usage and, where applicable relaying of data. In this article, we introduce an architecture based on the new Red Hat JBoss Enterprise Application…
-
Red Hat JBoss Enterprise Application Platform 7 (JBoss EAP 7) – final release
A few days ago, Red Hat released the major version 7 of the open source Java EE application server, Red Hat JBoss Enterprise Application Platform (JBoss EAP). Red Hat JBoss Enterprise Application Platform (JBoss EAP) is the supported and quality assured version of the WildFly application server from the JBoss community. The JBoss EAP 7…
-
Shrinking patched JBoss EAP server to a reasonable size
As explained in the blog entry Upgrading and patching the Red Hat JBoss Enterprise Application Platform JBoss EAP offers the possibility to conveniently update the server installation with the latest patches. However, the way this is implemented leaves all previous versions and patches of your modules behind. I.e., older versions of the JAR files will not be used…
-
Getting started with ELK and JBoss EAP6
In this post we will describe what is needed to get started with managing your EAP 6 logs with ElasticSearch, Logstash and Kibana. There are several reasons why you would want to collect your logging output in a central place. Aggregate (output from multiple applications / hosts) Correlate events in different systems Analyze (more than…
-
Exposing a web service via https with JBoss FUSE
by
Exposing a JAX-WS web service via https in JBoss FUSE using OSGI-blueprint was not as obvious to me as I expected. This post presents a way to do it.

You must be logged in to post a comment.