
When a message source contains more than one inbound endpoint to feed messages we useĀ <composite-source>. In our example, we have…
When a message source contains more than one inbound endpoint to feed messages we useĀ <composite-source>. In our example, we have…
In this article we will show how a mule component can be bound to an outbound endpoint thru an interface.…
In this article we will use http transport to receive data. You can either receive or post data, in our…
Logger element Below we specify simplest logger element. This will use the default values for category and the message to…
In this article we will look into Java NIO ByteBuffer’s operations. Allocate We call allocate() on ByteBuffer to create a…
A thread dump is a snapshot of the details of all threads that are part of the process. The thread…
In this example, we will look into how to retrieve few of the JVM diagnostics information. Runtime system of the…
In this article, we will see some examples of jopt-simple framework, a java library for parsing command line options. Short…
ThreadPoolExecutor consists of a pool of threads where the the size of pool is automatically adjusted based on the boundary…
In this article we will see how to sign a document. In order to sign a document, we need a…
In this article we will see an example how a thread can be kept alive. JVM exits when the only…
In the last example we saw a simple example of JNA. In this example we will see how to add…
Java Native Access (JNA) is an open source library that provides Java programs easy access to native shared libraries. The…