Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.message |
Modifier and Type | Method and Description |
---|---|
protected MessageFactoryRegistry |
BasicMessageConsumer.getMessageFactory() |
protected MessageFactoryRegistry |
AMQSession.getMessageFactoryRegistry()
Holds the message factory factory for this session.
|
Constructor and Description |
---|
BasicMessageConsumer_0_10(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession<?,?> session,
Map<String,Object> rawSelector,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean browseOnly,
boolean autoClose) |
BasicMessageConsumer_0_8(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession_0_8 session,
Map<String,Object> rawSelector,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean browseOnly,
boolean autoClose) |
BasicMessageConsumer(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession session,
Map<String,Object> rawSelector,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean browseOnly,
boolean autoClose) |
Modifier and Type | Method and Description |
---|---|
static MessageFactoryRegistry |
MessageFactoryRegistry.newDefaultRegistry(AMQSession<?,?> session)
Construct a new registry with the default message factories registered
|
Constructor and Description |
---|
Encrypted010MessageFactory(MessageFactoryRegistry messageFactoryRegistry) |
Encrypted091MessageFactory(MessageFactoryRegistry messageFactoryRegistry) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.