java - Dynamically configure Glassfish JMS resources -
we're trying set simple b2b communication using jms between local web app , remote web app hosted on openstack. (both use glassfish)
i'm following instructions here , works far. however, works long know remote host in advance. our project requires launch new openstack instance quite often, , although have range of ip addresses these intances get, don't know 1 before hand.
so question possible @ dynamically set such communication using glassfish jndi? (i.e., creating new jms destinations/conn factories @ either compile or deploy time?)
Comments
Post a Comment