Skip to content
JavaPan | Coding Resource on Java, Spring and other Newer Technologies.

Recent Posts

  • How to install Oracle Weblogic 14.1.1.0.0 server and a Domain in Windows 10 ?
  • Simple JenkinsFile for Jenkins Pipeline.
  • How to write a simple Spring Boot Application to encrypt and decrypt?
  • How to develop, build, deploy, and run your applications on any OpenShift or Kubernetes compatible platform using OpenShift Client aka oc command?
  • How to connect and send a message to an Oracle Advanced Queue (AQ) ?

Most Used Categories

  • Java (23)
    • Spring (10)
  • Spring Boot (8)
  • Maven (5)
  • Camel (2)
  • Cassandra (2)
  • Integration Test (1)
  • Couchbase (1)
  • Neo4j (1)
  • IBM MQ (1)
  • Welcome
  • Welcome

JavaPan | Coding Resource on Java, Spring and other Newer Technologies.

  • How To
    • Maven
      • Simple Eclipse Code Formatter for IntelliJ IDEA IDE.
      • How to use Maven Wrapper with Multi Module ?
    • Spring
      • Use the Spring JdbcTemplate’s or Spring ResultSet fetchSize to your advantage
      • How to setup IBM MQ and Active Mq Connection (Including Alias Queue) the simplest way, using Spring Boot ?
      • How to leverage OkHttpClient to process Request and return Response the easy way?
      • List of Spring Bean (@Bean) related Exceptions or Errors with cause and commonly implemented solutions.
    • Java
      • How to use opencsv bean to write to a File ?
      • How to use CompletableFuture Class after reading from a queue and save it into database or write to a file ?
      • Sample Date and Time Conversion Utility Class with most of the conversions possible.
    • Camel
      • How to read Oracle AQ using Camel Route and Save it to a Data Source ?
    • Cassandra
      • How to add a simple context load test for Embedded Cassandra using Spring Boot ?
    • Openshift
    • Spring Boot
    • Weblogic
    • Couchbase
    • Neo4j
    • Active MQ
    • IBM MQ
Java, Spring, Spring Boot

How to use CompletableFuture Class after reading from a queue and save it into database or write to a file ?

June 23, 2020October 16, 2020 by The Student Programmer1 Min Reading

Let’s say you have a need to read from a very high volume queue and there is a need of having that volume at low. Also after reading these payload there is a need to save it to data source

Read More
Java, Spring, Spring Boot

How to setup IBM MQ and Active Mq Connection (Including Alias Queue) the simplest way, using Spring Boot ?

June 23, 2020October 16, 2020 by The Student Programmer1 Min Reading

Here is a simple and short example on how you can setup the Connection Factory for different types of Broker. Also it contains the code logic if you need to use the ActiveMq Backoff Startegy.

Read More
Cassandra, Integration Test, Spring Boot

How to add a simple context load test for Embedded Cassandra using Spring Boot ?

June 21, 2020June 21, 2020 by The Student Programmer1 Min Reading
Read More
Maven

How to use Maven Wrapper with Multi Module ?

June 21, 2020June 21, 2020 by The Student Programmer1 Min Reading

When using a spring boot project that has multiple modules it is best to use a Maven wrapper because a lot of times there seems to be dependency between these modules. Most of it has to do with version. Example

Read More
Camel, Java, Spring

How to read Oracle AQ using Camel Route and Save it to a Data Source ?

June 20, 2020June 21, 2020 by The Student Programmer3 Min Reading

How do we start when there is a need to handle a legacy system with a newer technology ? This high level code example includes how to connect to Oracle Advanced Queue from a target Database, read the message from

Read More

Posts navigation

Previous 1 2 3
© All Rights Reserved 2021 Theme: Prefer by Template Sell.