Skip to content

DEPRECATED: This repository is only used for historical purposes. DDF STOMP integration is not currently supported

License

Notifications You must be signed in to change notification settings

codice-archives/archive-ddf-stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project provides a STOMP based interface into the DDF Catalog and also allows for the creation of subscriptions. A user can send a JSON based message with a query in CQL format and create a subscription that will return matching content items when added to the DDF Catalog.

Additionally, it builds a feature application (kar) that can be deployed to an Apache Karaf (http://karaf.apache.org/) server which contains all of the necessary dependencies. This application install has been tested with Apache Karaf 2.3.2.

Building

What you need

  • Install J2SE 7 SDK.
  • Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (Windows) or $JAVA_HOME$/bin (*NIX).
  • Install Maven 3.0.3 (or later). Make sure that your PATH includes the MVN_HOME/bin directory.
  • Set the MAVEN_OPTS variable with the appropriate memory settings

How to build

git clone https://github.com/codice/ddf-stomp.git

Change to the top level directory of ddf-stomp source distribution.

mvn clean install

Additional information

The wiki page contains configuration information on setting up DDF STOMP.

Discussions can be found on the DDF area -- Announcements forum, Users forum, and Developers forum.

If you find any issues, please submit reports with JIRA.

For information on contributing see Contributing to Codice.

The DDF Website also contains additional information at http://ddf.codice.org.

-- The Codice Development Team

Copyright / License

Copyright (c) Codice Foundation

This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at http://www.gnu.org/licenses/lgpl.html.

About

DEPRECATED: This repository is only used for historical purposes. DDF STOMP integration is not currently supported

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages