Oracle GlassFish(tm) Server Message Queue
5.0

javax.jms
Annotation Type JMSConnectionFactory


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
public @interface JMSConnectionFactory

This optional annotation may be used to specify the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.


Optional Element Summary
 String value
          (Optional) Specifies the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.
 

value

public abstract String value
(Optional) Specifies the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.

Default:
""

Oracle GlassFish(tm) Server Message Queue
5.0

Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.