Share

Active JMS

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

WebLogic JMS Properties

You are viewing a single message from this topic. View all messages.

  1. 2004-02-27 17:02:03 UTC
    Here are the properties I used

    activejms.providers.WebLogic.properties.jndi=true
    activejms.providers.WebLogic.properties.java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    activejms.providers.WebLogic.properties.java.naming.provider.url=t3://<your server>:<your port>
    activejms.providers.WebLogic.properties.java.naming.security.principal=system
    activejms.providers.WebLogic.properties.java.naming.security.credentials=weblogic
    activejms.providers.WebLogic.properties.queue.connectionfactory.name=<queue connection factory name in your jndi>
    activejms.providers.WebLogic.properties.queue.name=testQueue
    activejms.providers.WebLogic.properties.topic.connectionfactory.name=<topic connection factory name in your jndi>
    activejms.providers.WebLogic.properties.topic.name=testTopic
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.