/[Apache-SVN]
ViewVC logotype

Revision 1124299


Jump to revision: Previous Next
Author: dejanb
Date: Wed May 18 15:19:50 2011 UTC (13 years, 5 months ago)
Changed paths: 117 (showing only 100; show all)
Log Message:
https://issues.apache.org/jira/browse/AMQ-3135 - ConnectionInfo.clientIp - supporting duplex network case

Changed paths

Path Details
Directoryactivemq/trunk/activemq-core/pom.xml modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/CommandTypes.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQBlobMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQBytesMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQDestinationMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQMapMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQObjectMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQQueueMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQStreamMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQTempDestinationMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQTempQueueMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQTempTopicMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQTextMessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ActiveMQTopicMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/BaseCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/BaseDataStreamMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/BrokerIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/BrokerInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConnectionControlMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConnectionErrorMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConnectionIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConnectionInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConsumerControlMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConsumerIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ConsumerInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ControlCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/DataArrayResponseMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/DataResponseMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/DestinationInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/DiscoveryEventMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ExceptionResponseMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/FlushCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/IntegerResponseMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/JournalQueueAckMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/JournalTopicAckMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/JournalTraceMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/JournalTransactionMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/KeepAliveInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/LastPartialCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/LocalTransactionIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MarshallerFactory.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessageAckMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessageDispatchMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessageDispatchNotificationMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessageIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessageMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/MessagePullMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/NetworkBridgeFilterMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/PartialCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ProducerAckMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ProducerIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ProducerInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/RemoveInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/RemoveSubscriptionInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ReplayCommandMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ResponseMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/SessionIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/SessionInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/ShutdownInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/SubscriptionInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/TransactionIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/TransactionInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/WireFormatInfoMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/openwire/v8/XATransactionIdMarshaller.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/BaseCommandTestSupport.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/BrokerIdTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/BrokerInfoTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConnectionControlTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConnectionErrorTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConnectionIdTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConnectionInfoTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConsumerControlTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConsumerIdTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ConsumerInfoTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ControlCommandTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/DataArrayResponseTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/DataResponseTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/DestinationInfoTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/DiscoveryEventTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/ExceptionResponseTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/FlushCommandTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/IntegerResponseTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/JournalQueueAckTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/JournalTopicAckTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/JournalTraceTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/JournalTransactionTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/KeepAliveInfoTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/LastPartialCommandTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/LocalTransactionIdTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/MessageAckTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/MessageDispatchNotificationTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/MessageDispatchTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/MessageIdTest.java added
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v8/MessagePullTest.java added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26