Results 1 to 3 of 3

Thread: How to configure Spring for JBossMQ

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    USA
    Posts
    27

    Default How to configure Spring for JBossMQ

    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

  2. #2
    Join Date
    Oct 2004
    Posts
    5

    Default

    Hi!

    I have the same question / problem, can't figure this one out :/

  3. #3
    Join Date
    Sep 2004
    Location
    San Diego, CA
    Posts
    49

    Default

    You most likely won't need to worry about those settings when configuring a web application to send / receive messages. The web application can lookup connectionfactories / destinations from the container.

    See this thread for some examples. About halfway down, look for the configuration examples for web.xml, jboss-web.xml and the Spring application context.

    Tim

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. how to configure a jaxb class with spring
    By petar555 in forum Swing
    Replies: 0
    Last Post: Aug 26th, 2005, 10:48 AM
  4. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •