Package | Description |
---|---|
org.objectweb.joram.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.dest.jmsbridge |
The
org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. |
Modifier and Type | Method and Description |
---|---|
protected TopicForwardNot |
Topic.createTopicForward(AgentId destId,
ClientMessages messages,
boolean fromCluster) |
Modifier and Type | Method and Description |
---|---|
protected void |
Topic.topicForwardNot(AgentId from,
TopicForwardNot not)
Method implementing the reaction to a
TopicForwardNot
instance, carrying messages forwarded by a cluster fellow or a
hierarchical son. |
protected void |
AdminTopic.topicForwardNot(AgentId from,
TopicForwardNot not)
Overrides this
Topic method; the forwarded messages
contain admin requests and will be processed. |
Modifier and Type | Method and Description |
---|---|
void |
JMSBridgeTopic.topicForwardNot(AgentId from,
TopicForwardNot not)
Deprecated.
Method specializing the reaction to a
TopicForwardNot
instance, carrying messages forwarded by a cluster fellow or a
hierarchical son. |
Copyright © 2020 ScalAgent D.T.. All rights reserved.