https://issues.apache.org/bugzilla/show_bug.cgi?id=56300

            Bug ID: 56300
           Summary: [Tribes] No useful examples, lack of documentation
           Product: Tomcat 7
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: his.madnes...@gmail.com

Created attachment 31422
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31422&action=edit
Channel test according to documentation

The only available documentation for tribes is
http://tomcat.apache.org/tomcat-7.0-doc/tribes/introduction.html
(where all sub pages are empty)

The provided example
1) doesn't compile
2) produces
Exception in thread "main" org.apache.catalina.tribes.ChannelException: No
destination given; No faulty members identified.
    at
org.apache.catalina.tribes.group.GroupChannel.send(GroupChannel.java:202)
    at
org.apache.catalina.tribes.group.GroupChannel.send(GroupChannel.java:182)
    at ChannelTest.main(ChannelTest.java:54)
after making it compileable

If one wants to use tribes in a cluster environment for custom message sharing,
there are no usefull examples available in the documentation.
It would be great to have some getting startet guides for common usage
scenarios in using this (obviously very powerfull and performant, otherwise
Tomcat would used it for internal clustering ;-) messaging framework.
Of course you could checkout the sources from SVN and browse the tests and
examples provided there, but a short and accurate documentation would
definitely a better source for getting started with tribes.

Regards
Matthias

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to