-
Enterprise Java
RabbitMQ retries using Spring Integration
I recently read about an approach to retry with RabbitMQ here and wanted to try a similar approach with Spring Integration,…
Read More » -
Enterprise Java
Integrating with RabbitMQ using Spring Cloud Stream
In my previous post I wrote about a very simple integration scenario between two systems – one generating a work unit…
Read More » -
Enterprise Java
Integrating with Rabbit MQ using Spring Integration Java DSL
I recently attended the Spring One conference 2016 in Las Vegas and had the good fortune to see from near and…
Read More » -
Core Java
No downtime deployment using “Yet another” Cloud Foundry Gradle plugin
I have been trying my hand at writing a gradle plugin for deploying applications to Cloud Foundry and wrote about this plugin…
Read More » -
Core Java
Introducing “Yet another” Cloud foundry Gradle plugin
In the process of working on an automated Jenkins pipeline for deploying a Cloud Foundry application with two of my colleagues(Thanks Mark…
Read More » -
Enterprise Java
Spring Cloud Zuul – Writing a Filter
Netflix OSS project Zuul serves as a gateway to backend services and provides support for adding in edge features like…
Read More » -
Enterprise Java
Spring Cloud Zuul Support – Configuring Timeouts
Spring Cloud provides support for Netflix Zuul – a toolkit for creating edge services with routing and filtering capabilities. Zuul Proxy support…
Read More » -
Enterprise Java
Spring-Reactive samples
Spring-Reactive aims to bring reactive programming support to Spring based projects and this is expected to be available for the timelines…
Read More » -
Enterprise Java
Cloud Foundry Java Client – Streaming events
Cloud Foundry Java Client provides Java based bindings for interacting with a running Cloud Foundry instance. One of the neat things…
Read More »