@MessageBundle(projectCode="AMQ")
public interface ActiveMQAeroGearBundle
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQAeroGearBundle |
BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException |
applicationIdNull() |
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException |
endpointNull() |
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException |
masterSecretNull() |
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException |
noQueue(String connectorName,
String queueName) |
static final ActiveMQAeroGearBundle BUNDLE
@Message(id=239000,
value="endpoint can not be null")
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException endpointNull()
@Message(id=239001,
value="application-id can not be null")
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException applicationIdNull()
@Message(id=239002,
value="master-secret can not be null")
org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException masterSecretNull()
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.