public final class QueueServiceUtil extends Object
Modifier and Type | Method and Description |
---|---|
static com.microsoft.azure.storage.queue.CloudQueue |
createQueueClient(QueueServiceConfiguration cfg) |
static com.microsoft.azure.storage.queue.CloudQueue |
getConfiguredClient(QueueServiceConfiguration cfg) |
static QueueServiceRequestOptions |
getRequestOptions(org.apache.camel.Exchange exchange) |
static URI |
prepareStorageQueueUri(QueueServiceConfiguration cfg) |
static void |
retrieveMessage(org.apache.camel.Exchange exchange,
QueueServiceConfiguration cfg) |
public static URI prepareStorageQueueUri(QueueServiceConfiguration cfg)
public static com.microsoft.azure.storage.queue.CloudQueue createQueueClient(QueueServiceConfiguration cfg) throws Exception
Exception
public static com.microsoft.azure.storage.queue.CloudQueue getConfiguredClient(QueueServiceConfiguration cfg)
public static void retrieveMessage(org.apache.camel.Exchange exchange, QueueServiceConfiguration cfg) throws Exception
Exception
public static QueueServiceRequestOptions getRequestOptions(org.apache.camel.Exchange exchange)
Apache Camel