[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - JBM 2.0 examples

timfox do-not-reply at jboss.com
Fri Mar 20 11:31:51 EDT 2009


As a starting point for JBM 2.0 I suggest we ship with at least these examples:

Can anyone think of any more?

I believe each example should be in its own directory with its own build script.

We can create a standard format for the build.xml.

There should also be a readme.html in the directory explaining what it does and how to run it.

it should be as simple as typing "ant" to run it:


Examples
------------

JMS examples

1) Basic queue send/consume

2) Basic topic send/consume

3) Simple transactional example. Transactional send and consume

4) Durable subscription example

5) Temporary queue/topic example

6) Request/response (replyto) example

7) Selectors on topic example

8) QueueRequestor example

9) Clustered queue example

10) Clustered topic example

11) Failover example


Core examples
------------------

1) HTTP transport example

2) Servlet transport example

3) SSL example

4) Failover example

5) Reconnect to same node example

6) Bridge example

7) Symmetric cluster example

8) Two node chain cluster example

9) Chain cluster with mediator example

10) Divert example

11) Queue with static selector example

12) Message grouping example

13) Message redistribution example

14) Large message example

15) Paging example

16) Request/response example

17) Security example

18) Management notifications example

19) Management messages via connection example

20) Management via JMX example

21) Scheduled Message example

22) producer flow control max rate example

23) client discovery example

24) transformer example

26) Interceptors example

27) Wildcard routing example

28) solo queue example

29) message priority example

30) file message example

31) pre-ack example

32) XA example

33) Expiry queue example

34) DLQ example

35) static wired cluster example

36) cluster with discovery example

37) Message counters example

39) browsing example

40) send acknowledgements example

41) heuristic commit/rollback example

42) kick off client example



others (that might require JCA/app server)

1) Servlet transport example

2) Sending from an EJB example in same tx as db update

3) MDB example

4) Setting up JCA adapter example

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219902#4219902

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219902



More information about the jboss-dev-forums mailing list