software development

Spring Framework Meeting 2009 - Rome

I'll attend the italian Spring Framework Meeting 2009 and I'll involved in this event with a talk about Spring LDAP.

My talk will be based on how you can integrate LDAP in your custom J2EE application using the LdapTemplate provided by this Spring sub-framework.

Spring JMS: how to stop and restart a MDP

Sometimes if you working on system integration may be useful to implement a JMS queue to make asynchronous calls to other applications or software components.

More than one time it happened to me that I needed to stop message consumers of the queue, and later I needed to restart it.