kennis vermenig-vuldigen door te delen

Techblog Blogs

How to configure Amazon API Gateway as a SOAP webservice passthrough in minutes

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure REST/HTTP-style APIs at any scale. Unfortunately, there’s no clear…

Joshua Moesa
14 juni, 2017

Techblog Blogs

What is the NEM blockchain ?

Origin and concept The idea of NEM started on the Bitcointalk.org forum where the initial plan was to improve Nxt. The concept of Nxt was more than currency and contains…

Jan van Zoggel
13 juni, 2017

Techblog Blogs

5 simple steps for Component testing using Docker

Component testing is an important protection against regression errors. After every change to your component, you should test its public interfaces in isolation from the environment it runs in. In…

Barry van Acker
9 juni, 2017

Techblog Blogs

Camel and Xpath 2.0

Camel offers you to create predicates or expressions using XPath. This can be quiet convenient when you want to route your message based on the content of an XML message…

Dirk Janssen
30 mei, 2017

Techblog Blogs

Playing around with Camel AsyncProcessor

One of the most frequently used constructs in Apache Camel is the Processor (http://camel.apache.org/processor.html), it is used ofter for invoking custom code or performing message translations. The API of the…

Pim Gaemers
26 mei, 2017

Techblog Blogs

Migrate TIBCO Administrator from file based to database domain data storage

1 Introduction A dominant factor that affects the performance of TIBCO Administrator for BusinessWorks 5 (observed in version 5.9.1) is whether the domain data is stored in files or in…

Pieter Leguijt
24 april, 2017

Techblog Blogs

Apache Camel – Dynamic redelivery based on MEP

The exception handling and retry mechanisms in Apache Camel are quite extensive. In this blogpost we are going to take a look at customizing the retry based on a predicate…

Pim Gaemers
6 april, 2017

Techblog Blogs

Enable CORS with Camel Rest DSL

When creating a public rest API you have to take into account how and who is using your API. This is not only important in how you structure your API…

Dirk Janssen
3 april, 2017

Techblog Blogs

ActiveMQ connection pooling using Weld

Last week I, again, had to create a connection pool for a camel route that was sending messages to an ActiveMQ broker. This time I had to specify it in…

Dirk Janssen
20 maart, 2017

Techblog Blogs

Basic Gatling load script with feeders

A blogpost about gatling, a nice tool to loadtest your application. This blogpost shows you how to manipulate your data that you send to your rest endpoint. Source: Basic Gatling…

Dirk Janssen
15 maart, 2017

Techblog Blogs

DeltaSpike with CDI and Camel

Last week I was looking for a easy way to inject property values into my code. In my project I was using Camel in combination with Weld (CDI). One of…

Dirk Janssen
4 maart, 2017

Techblog Blogs

How to push to AWS CodeCommit from Mac OS X

When trying to commit to a AWS CodeCommit GIT repository I receive the following error: jvzoggel$ git push fatal: unable to access ‘https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myProject/’: The requested URL returned error: 403 The…

Jan van Zoggel
18 februari, 2017

Techblog Blogs

Creating an insecure http4 component in Apache Camel

Recently I was struggling with invoking HTTP endpoints using self-signed certificates using the Apache Camel http4 component. The crux of the problem was the fact these certificates change rapidly and…

Pim Gaemers
17 februari, 2017

Techblog Blogs

How to install AWS CLI on Mac OS X

The 2nd time last month I had to do it myself / figure it out / explain it so I decided to note it down. Install AWS CLI on your OSX…

Jan van Zoggel
16 februari, 2017

Techblog Blogs

Custom (un)Marshalling with the Camel Rest DSL

Sometimes you want to use a custom marshaller to marshal or unmarshal your messages. In our case we needed to parse all date fields to a specific format when marshalling…

Dirk Janssen
13 februari, 2017

Techblog Blogs

Alternative class in Weld

In a Camel project with Weld I faced an issue while trying to unit test a route that called a remote system (Elasticsearch). This was done with the help of…

Dirk Janssen
19 januari, 2017

Techblog Blogs

Getting started with Fabric8

Last week I started to look into Fabric8. The first step I took, was of course the installation of Fabric8. This post is a short walk-through of my installation and…

Dirk Janssen
28 december, 2016

Techblog Blogs

Camel CDI app in Fabric8 via Maven

Recently I spent some time experimenting with the Fabric8 microservices framework. And while it is way too comprehensive to cover in a single blog post I wanted to focus on…

Pim Gaemers
28 december, 2016

Techblog Blogs

Utilizing Vagrant and Packer for provisioning development environments

Introduction to Vagrant and Packer This post features a tutorial on how to use Vagrant in combination with Packer for the creation of virtual machines or in short VM’s. Vagrant…

Thomas Janssen
21 december, 2016

Techblog Blogs

Serverless architecture, what is it?

One of the more recent trends in IT is Serverless architecture. Like any hype in the earlier stages a lot of ambiguity exists on what it is and what problems…

Pim Gaemers
10 december, 2016