Hi,
I am trying to implement a "Point to Point" example from the JBossMQ
using the Spring framework.
This example calls for the following JNDI entries in jndi.properties
java.naming.factory.initial=org.jnp.interfaces.Nam ingContextFactory
java.naming.provider.url=localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org. jnp.interfaces
java.naming.security.principal=guest
java.naming.security.credentials=guest
Can someone please instruct me how can I use these or translate these into Spring understandable values, so that I can use JMS Template.
Thank you in advance,
Edmon Begoli


Reply With Quote