send messages directly through topic 69/17669/1
authorJorge Hernandez <jh1730@att.com>
Mon, 9 Oct 2017 13:07:36 +0000 (08:07 -0500)
committerJorge Hernandez <jh1730@att.com>
Mon, 9 Oct 2017 13:07:36 +0000 (08:07 -0500)
commit86b60d8d28e4891259094fa1e936c6e579620b29
tree7edb5f2a0cba0eab991db119589b24ee088d7a69
parent552048293a269ba961f526f45a89e433b7b073ea
send messages directly through topic

This work is needed for consolidating the amsterdam templates used
both for junits and the official one from the archetype into one,
so junits can run in the official one.

This work revisits the functionality of when a drools controller
cannot be found to check state before delivering a message from
the drools application, it will use a standalone enconder
(previously configured to do so).

This was intended to work like this originally, but never tested
nor used as all deliveries are send through the controllers so
locked/alive state is checked (but there may ocassions where we
want to take this default action).

Change-Id: Ie23e4e13323f3ab9fd207f8a396c1af6564b7edf
Issue-ID: POLICY-101
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-core/src/test/java/org/onap/policy/drools/core/DroolsContainerTest.java
policy-management/src/main/java/org/onap/policy/drools/protocol/coders/EventProtocolCoder.java
policy-management/src/main/java/org/onap/policy/drools/protocol/coders/ProtocolCoderToolset.java
policy-management/src/main/server-gen/bin/pdpd-configuration
policy-management/src/test/java/org/onap/policy/drools/protocol/coders/JsonProtocolFilterTest.java
policy-management/src/test/java/org/onap/policy/drools/system/test/PolicyEngineTest.java