• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Weblogic - JBoss - Foreign JMS Server - Problem

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an enterprise application which runs on JBoss 3.2.3. Communication to this app is through the JBoss JMS queues. I'm trying to set up JBoss as the Foreign JMS provider so that the client app running on Weblogic 8.1.4 can put & get messages off the JBoss queues.

Here is the list of steps I'm doing,
1. Configure a new Foreign JMS Server ....
Name: ABC JBOSS JMS Server
JNDI Initial Context Factory: org.jnp.interfaces.NamingContextFactory
JNDI Connection URL: jnp://localhost:1099

2. Configure a new Foreign JMSConnection Factory...
Name: ABC JMS Connection Factory
Local JNDI Name: jms/LocalABC
Remote JNDI Name: UIL2ConnectionFactory
User Name: test
Password: test
Confirm Password: test

3. Configure a new Foreign JMSDestination...
Name: ABC SOA Input JMS Destination
Local JNDI Name: jms/SoaDemoInputQueue
Remote JNDI Name: queue/soaDemoInput

The JBoss has queue level security enabled. When my client tries to put a message its getting the error,

MAdapter ERROR - (025):Cannot obtain queueConnection from queueConnectionfactory jms/LocalABC; context(JMSAdapterUtil.getQueueConnection()); Nested:User: null is NOT authenticated
javax.jms.JMSSecurityException: User: null is NOT authenticated


I have specified the username and password in,
sbm60> Foreign JMS Servers> ABC JBOSS JMS Server> Foreign JMSConnection Factories> ABC JMS Connection Factory

Looks like WLS is not passing the username and password. Any thoughts??
[ June 21, 2005: Message edited by: Dallas Cowboy ]
 
Legend has it that if you rub the right tiny ad, a genie comes out.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic