public interface JmsSenderMapperContext
Threading: not thread-safe, intended for single-threaded use.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionId() |
java.lang.String |
getSenderId() |
javax.jms.Session |
getSession() |
javax.jms.Destination |
stringToDestination(java.lang.String destinationString)
Converts the specified Apama-specific string representation of a queue or topic into a JMS Destination object,
perhaps performing a JNDI lookup if required.
|
javax.jms.Session getSession()
java.lang.String getConnectionId()
java.lang.String getSenderId()
javax.jms.Destination stringToDestination(java.lang.String destinationString) throws java.lang.Exception
destinationString
- The Apama destination string, e.g. "queue:myqueuename", "jndi:myjndilookupname", etc.java.lang.IllegalArgumentException
- If the destination string is invalidjava.lang.Exception
- If the lookup could not be performed for some reason (e.g. JNDI error). This exception
message will include the destination string that caused the exception.Submit a bug or feature
Copyright (c) 2013-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.