C++ and Java topic test clients do not talk to each other.
----------------------------------------------------------
Key: QPID-360
URL: https://issues.apache.org/jira/browse/QPID-360
Project: Qpid
Issue Type: Bug
Components: C++ Client, Java Broker, Java Client
Environment: C++ client, Java client, Java broker, RH Linux.
Reporter: Rupert Smith
The C++ topictest and Java topictest clients cannot talk to each other as they
do not communicate on the same topics. It looks as though these clients were
originally written to be iteroperable but have grown out of synch. They need to
be altered to cross talk to one another for interop testing.
I made a few changes to the Java client to bring it into line with the C++.
There are additional problems because the Java client expects to talk JMS
messages whereas the C++ is pure AMQP. The Java client needs to be made more
lax and made to talk pure AMQP. At the moment it null pointers in many places
where it expects JMS only fileds to be set.
Would also be nice to have p2p tests. Will create seperate JIRA for that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.