Package | Description |
---|---|
com.j_spaces.jms |
Provides GigaSpaces J2EE Java Messaging Service Interface
|
com.j_spaces.jms.utils |
Provides GigaSpaces Java Messaging Service.
|
org.openspaces.jms |
Holds simple factory beans to create GigaSpaces implementations of JMS ConnectionFactory and XAConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
protected IMessageConverter |
GSConnectionFactoryImpl.getMessageConverter() |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMessage2ObjectConverter
This converter converts JMS ObjectMessages to their containing Object.
|
Modifier and Type | Method and Description |
---|---|
javax.jms.ConnectionFactory |
GSJMSAdmin.getConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
ConnectionFactory that works with the specified space proxy. |
javax.jms.ConnectionFactory |
GSJMSAdmin.getConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
ConnectionFactory that works with the space in the specified spaceURL. |
javax.jms.QueueConnectionFactory |
GSJMSAdmin.getQueueConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
QueueConnectionFactory that works with the specified space proxy. |
javax.jms.QueueConnectionFactory |
GSJMSAdmin.getQueueConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
QueueConnectionFactory that works with the space in the specified
spaceURL. |
javax.jms.TopicConnectionFactory |
GSJMSAdmin.getTopicConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
TopicConnectionFactory that works with the specified space proxy. |
javax.jms.TopicConnectionFactory |
GSJMSAdmin.getTopicConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
TopicConnectionFactory that works with the space in the specified
spaceURL. |
javax.jms.XAConnectionFactory |
GSJMSAdmin.getXAConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
XAConnectionFactory that works with the specified space proxy. |
javax.jms.XAConnectionFactory |
GSJMSAdmin.getXAConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
XAConnectionFactory that works with the space in the specified
spaceURL. |
javax.jms.XAQueueConnectionFactory |
GSJMSAdmin.getXAQueueConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
XAQueueConnectionFactory that works with the specified space proxy. |
javax.jms.XAQueueConnectionFactory |
GSJMSAdmin.getXAQueueConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
XAQueueConnectionFactory that works with the space in the specified
spaceURL. |
javax.jms.XATopicConnectionFactory |
GSJMSAdmin.getXATopicConnectionFactory(IJSpace space,
IMessageConverter messageConverter)
Returns a
XATopicConnectionFactory that works with the specified space proxy. |
javax.jms.XATopicConnectionFactory |
GSJMSAdmin.getXATopicConnectionFactory(String spaceURL,
IMessageConverter messageConverter)
Returns a
XATopicConnectionFactory that works with the space in the specified
spaceURL. |
Modifier and Type | Method and Description |
---|---|
void |
GigaSpaceXAConnectionFactory.setMessageConverter(IMessageConverter messageConverter)
An optional message converter allowing (for sending purposes) not to send JMS messages to the
Space, but to send a converted instance and write a "business" entry to the Space.
|
void |
GigaSpaceConnectionFactory.setMessageConverter(IMessageConverter messageConverter)
An optional message converter allowing (for sending purposes) not to send JMS messages to the
Space, but to send a converted instance and write a "business" entry to the Space.
|
Copyright © GigaSpaces.