Seems like I have a tough choice ahead of me...

I could either create a stand alone Spring Integration JMS Consumer or embed the Spring JmsTemplate into existing Spring Web application. Without regard to performance, which route should I take? The reason I said to ignore performance is because we have less than 10 users at most. So, I'm hesitant to create another server using Spring Integration. At the same time, if there's any benefit in using Spring Integration over JmsTemplate then I'm all ears. Also, please assume that I'm "only" using JMS... don't need any Spring Integeration w/ files, emails, rmi, web services, and etc... I guess I'm really looking for "valid" reason to use Spring Integration for technical learning purpose or to convince my co-workers.