public static String getApplicationContext(Message message) throws JMSException {
   CarryForwardContext carryForwardContext = getCarryForwardContext(message);
   return carryForwardContext != null ? carryForwardContext.getAppContext() : null;
 }