Skip navigation links
Messaging 2017.3.2
A C D E H I J M N O P Q R S T 

A

applyDefaults() - Method in class org.wildfly.swarm.messaging.MessagingFraction
 
artifactId() - Method in class org.wildfly.swarm.messaging.detect.MessagingPackageDetector
 

C

createDefaultFraction() - Static method in class org.wildfly.swarm.messaging.MessagingFraction
Create a fraction with the default local server.
createDefaultFraction(EnhancedServerConsumer) - Static method in class org.wildfly.swarm.messaging.MessagingFraction
Create a fraction and configure the default local server.
customize() - Method in class org.wildfly.swarm.messaging.runtime.RemoteConnectionCustomizer
 
customize() - Method in class org.wildfly.swarm.messaging.runtime.RemoteConnectionInstallingCustomizer
 
customize() - Method in class org.wildfly.swarm.messaging.runtime.RemoteConnectionSocketBindingCustomizer
 

D

DEFAULT_REMOTE_HOST - Static variable in interface org.wildfly.swarm.messaging.MessagingProperties
 
DEFAULT_REMOTE_JNDI_NAME - Static variable in interface org.wildfly.swarm.messaging.MessagingProperties
 
DEFAULT_REMOTE_MQ_NAME - Static variable in interface org.wildfly.swarm.messaging.MessagingProperties
 
DEFAULT_REMOTE_PORT - Static variable in interface org.wildfly.swarm.messaging.MessagingProperties
 
defaultServer() - Method in class org.wildfly.swarm.messaging.MessagingFraction
Create the default local server if required.
defaultServer(EnhancedServerConsumer) - Method in class org.wildfly.swarm.messaging.MessagingFraction
Configure the default local server, creating it first if required.

E

enableClustering() - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
enableInVm() - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
enableInVMConnector() - Method in class org.wildfly.swarm.messaging.MessagingServer
 
enableInVMConnector(String) - Method in class org.wildfly.swarm.messaging.MessagingServer
 
enableRemote() - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
EnhancedServer - Class in org.wildfly.swarm.messaging
 
EnhancedServer(String) - Constructor for class org.wildfly.swarm.messaging.EnhancedServer
 
EnhancedServerConsumer - Interface in org.wildfly.swarm.messaging
 

H

host(String) - Method in class org.wildfly.swarm.messaging.RemoteConnection
Set the host (or host expression).
host() - Method in class org.wildfly.swarm.messaging.RemoteConnection
Retrieve the host (or host expression).

I

inVMConnectorJNDIName() - Method in class org.wildfly.swarm.messaging.MessagingServer
 

J

jmsQueue(String, JMSQueueConsumer) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
jmsTopic(String, JMSTopicConsumer) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
jndiName(String) - Method in class org.wildfly.swarm.messaging.RemoteConnection
Set the JNDI name for the associated connection factory.
jndiName() - Method in class org.wildfly.swarm.messaging.RemoteConnection
Retrieve the JNDI name of the associated connection factory.

M

MessagingFraction - Class in org.wildfly.swarm.messaging
 
MessagingFraction() - Constructor for class org.wildfly.swarm.messaging.MessagingFraction
 
MessagingPackageDetector - Class in org.wildfly.swarm.messaging.detect
 
MessagingPackageDetector() - Constructor for class org.wildfly.swarm.messaging.detect.MessagingPackageDetector
 
MessagingProperties - Interface in org.wildfly.swarm.messaging
 
MessagingServer - Class in org.wildfly.swarm.messaging
 
MessagingServer() - Constructor for class org.wildfly.swarm.messaging.MessagingServer
 
MessagingServer(String) - Constructor for class org.wildfly.swarm.messaging.MessagingServer
 

N

name() - Method in class org.wildfly.swarm.messaging.MessagingServer
 
name() - Method in class org.wildfly.swarm.messaging.RemoteConnection
Retrieve the name of the connection.

O

org.wildfly.swarm.messaging - package org.wildfly.swarm.messaging
 
org.wildfly.swarm.messaging.detect - package org.wildfly.swarm.messaging.detect
 
org.wildfly.swarm.messaging.runtime - package org.wildfly.swarm.messaging.runtime
 

P

port(int) - Method in class org.wildfly.swarm.messaging.RemoteConnection
Set the port (or port expression).
port() - Method in class org.wildfly.swarm.messaging.RemoteConnection
Retrieve the port (or port expression).

Q

queue(String) - Method in class org.wildfly.swarm.messaging.MessagingServer
 
queues() - Method in class org.wildfly.swarm.messaging.MessagingServer
 

R

remoteConnection(RemoteConnection) - Method in class org.wildfly.swarm.messaging.EnhancedServer
Setup a remote connection to a remote message broker.
remoteConnection() - Method in class org.wildfly.swarm.messaging.EnhancedServer
Setup a default remote connection to a remote message broker.
remoteConnection(String) - Method in class org.wildfly.swarm.messaging.EnhancedServer
Setup a default named remote connection to a remote message broker.
remoteConnection(String, RemoteConnection.Consumer) - Method in class org.wildfly.swarm.messaging.EnhancedServer
Setup a named remote connection to a remote message broker.
remoteConnection(RemoteConnection.Supplier) - Method in class org.wildfly.swarm.messaging.EnhancedServer
Setup a remote connection to a remote message broker.
RemoteConnection - Class in org.wildfly.swarm.messaging
Details for a remote message-queue connection.
RemoteConnection(String) - Constructor for class org.wildfly.swarm.messaging.RemoteConnection
Construct.
RemoteConnection.Consumer - Interface in org.wildfly.swarm.messaging
Configuration functional interface for container-supplied objects.
RemoteConnection.Supplier - Interface in org.wildfly.swarm.messaging
Supplier functional interface for user-supplied object.
RemoteConnectionCustomizer - Class in org.wildfly.swarm.messaging.runtime
Performs re-configuration of the MessagingFraction for available RemoteConnections.
RemoteConnectionCustomizer() - Constructor for class org.wildfly.swarm.messaging.runtime.RemoteConnectionCustomizer
 
RemoteConnectionInstallingCustomizer - Class in org.wildfly.swarm.messaging.runtime
Installs a remote connection based upon properties or YAML configuration.
RemoteConnectionInstallingCustomizer() - Constructor for class org.wildfly.swarm.messaging.runtime.RemoteConnectionInstallingCustomizer
 
remoteConnections() - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
RemoteConnectionSocketBindingCustomizer - Class in org.wildfly.swarm.messaging.runtime
Creates an outbound-socket binding for each RemoteConnection.
RemoteConnectionSocketBindingCustomizer() - Constructor for class org.wildfly.swarm.messaging.runtime.RemoteConnectionSocketBindingCustomizer
 
remoteJmsQueue(String) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
remoteJmsQueue(String, JMSQueueConsumer) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
remoteJmsTopic(String) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 
remoteJmsTopic(String, JMSTopicConsumer) - Method in class org.wildfly.swarm.messaging.EnhancedServer
 

S

server(String, EnhancedServerConsumer) - Method in class org.wildfly.swarm.messaging.MessagingFraction
Configure a named server.
serverID() - Method in class org.wildfly.swarm.messaging.MessagingServer
 

T

then(EnhancedServerConsumer) - Method in interface org.wildfly.swarm.messaging.EnhancedServerConsumer
 
topic(String) - Method in class org.wildfly.swarm.messaging.MessagingServer
 
topics() - Method in class org.wildfly.swarm.messaging.MessagingServer
 
A C D E H I J M N O P Q R S T 
Skip navigation links
Messaging 2017.3.2

Copyright © 2017 JBoss by Red Hat. All rights reserved.