[Hawkular-commits] [hawkular/hawkular] 86d220: * don't use MDBs - we need to dynamically add and ...

John Mazzitelli mazz at redhat.com
Thu Jul 16 23:12:07 EDT 2015


  Branch: refs/heads/mazz/hawkular-437-server-agent-comm
  Home:   https://github.com/hawkular/hawkular
  Commit: 86d22094dc87f39a12c02a5fd85ffb49dcd7f3db
      https://github.com/hawkular/hawkular/commit/86d22094dc87f39a12c02a5fd85ffb49dcd7f3db
  Author: John Mazzitelli <mazz at redhat.com>
  Date:   2015-07-16 (Thu, 16 Jul 2015)

  Changed paths:
    M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/command/ui/ExecuteOperationCommand.java
    A modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/mdb/ExecuteOperationListener.java
    R modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/mdb/ExecuteOperationMDB.java
    M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/ConnectedFeeds.java
    M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/ConnectedUIClients.java
    M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/FeedCommWebSocket.java
    A modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/FeedListenerGenerator.java
    M modules/feed-comm/feed-comm-war/src/main/java/org/hawkular/feedcomm/ws/server/UIClientCommWebSocket.java

  Log Message:
  -----------
  * don't use MDBs - we need to dynamically add and remove listeners as feeds come and go
* do not use transactions in our beans, we don't need them and it screws things up if we use them
* now that we use message selectors, we can use queues instead of topics which makes things easier




More information about the hawkular-commits mailing list