in the UI we have only 1,2,3 in the drop down.
it could be hard for user to figure it out.

By going through the code I see :
https://github.com/wso2/carbon-mediation/blob/master/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSConstants.java


public static final int CACHE_NONE = 0; /** * Cache only the JMS connection
between tasks (when receiving), or JMS CF's * (when sending) */ public
static final int CACHE_CONNECTION = 1; /** * Cache only the JMS connection
and Session between tasks (receiving), or * JMS CF's (sending) */ public
static final int CACHE_SESSION = 2; /** * Cache the JMS connection, Session
and Consumer between tasks when * receiving */ public static final int
CACHE_CONSUMER = 3;



-- 
Ramith Jayasinghe
Technical Lead
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

E: ram...@wso2.com
P: +94 777542851
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to