Chandra Shekhar Pandey

Chandra Shekhar Pandey's contributions

Article Thumbnail
Article

JDBC Master-Slave Persistence setup with Activemq using Postgresql database.

Chandra Shekhar Pandey

This article will help in setting up JDBC Master/Slave for embedded Activemq in Red Hat JBoss Fuse/AMQ 6.3 with postgresql db from scratch. 1. Try to search for postgresql db in RHEL using command yum list postgre* Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security, subscription- : manager Available Packages postgresql.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql-libs.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql-server.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql.i686 8.4.20-7.el6 rhel-6-workstation-rpms postgresql-contrib.x86_64 8.4.20-7.el6 rhel-6-workstation-rpms postgresql-devel.i686 2. Install available package. yum install postgresql-server.x86_64 3. This will install postgresql db and create a...

Camel / Red Hat Fuse
Article

How to run FIS 2.0 application using source S2I deployment procedure

Chandra Shekhar Pandey

This article describes how to create and deploy an FIS 2.0 project using the s2i source workflow. It creates a project from scratch and using github repository one can deploy their FIS 2.0 camel and spring-boot based project to an Openshift environment. Below are the steps in the sequence, which should be followed to deploy the application easily. Firstly, one should setup an Openshift environment with FIS image and templates as per doc https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.3/html-single/fuse_integration_services_2.0_for_openshift/ . Create a directory spring-boot somewhere...