Tagged Questions

0
votes
2answers
642 views

Connect to EMS JMS queue using Spring3 + JNDI

I'm having some issues create a connection to (and reading from) a Tibco EMS JMS queue. <beans> <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate"> ...
0
votes
1answer
1k views

Any good tutorials for JMS + EMS + Spring?

I have been searching the web, but can't find any good tutorials for getting started with JMS under Spring connecting to TIBCO EMS. Anyone can point me to a good one?