[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

ALRubinger do-not-reply at jboss.com
Mon Nov 20 17:30:26 EST 2006


Yes, it's something like that (if you're sending a message to a Queue as opposed to my example of a Topic).

"name=ex" is the place for the unique name of your Queue/Topic.  JNDI address is specified as an attribute of the MBean (refer to the example on the previous page for full file) like:

<attribute name="JNDIName">
  | 			yourPrefix/yourJndiName
  | 		</attribute>

G'luck.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987431#3987431

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987431



More information about the jboss-user mailing list