Pages

Friday, May 3, 2013

XML to Java Conversion with Smooks

Here is a simple example of XML to Java Conversion with Smooks.
Enjoy!!


input-message.xml


Wednesday, May 1, 2013

Login page for ActiveMQ using Tomcat and LDAP

ActiveMQ doesnot come with login page.But for security issues some users might want to have login page to access. So for this I have tried to create a simple login page for ActiveMQ using Tomcat and LDAP. You can use Database or Tomcat instead of LDAP.