Options
Menu

Module ActiveMQ

Index

Functions

decorate

  • decorate($scope: )
    • Adds functions needed for message browsing with details
    • Adds a watch to deselect all rows after closing the slideout with message details TODO: export these functions too?

    Parameters

    • $scope:

getBroker

  • getBroker(workspace: )

getSelectionQueuesFolder

  • getSelectionQueuesFolder(workspace: )

getSelectionTopicsFolder

  • getSelectionTopicsFolder(workspace: )

isBroker

  • isBroker(workspace: )

isJobScheduler

  • isJobScheduler(workspace: )

isQueue

  • isQueue(workspace: )

isQueuesFolder

  • isQueuesFolder(workspace: )

isTopic

  • isTopic(workspace: )

isTopicsFolder

  • isTopicsFolder(workspace: )

selectCurrentMessage

  • selectCurrentMessage(message: , key: , $scope: )
  • Sets $scope.row to currently selected JMS message. Used in:

    • activemq/js/browse.ts
    • camel/js/browseEndpoint.ts

    TODO: remove $scope argument and operate directly on other variables. but it's too much side effects here...

    Parameters

    • message:
    • key:

      unique key inside message that distinguishes between values

    • $scope:

Variables

BrowseQueueController

BrowseQueueController:

_module

_module:

jmxDomain

jmxDomain:

log

log:

pluginName

pluginName:

Generated using TypeDoc