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:

findFolder

  • findFolder(node: , titles: , ascend: )

getBroker

  • getBroker(workspace: )

getBrokerMBean

  • getBrokerMBean(workspace: , jolokia: , jmxDomain: )

getSelectionQueuesFolder

  • getSelectionQueuesFolder(workspace: , ascend: )

getSelectionTopicsFolder

  • getSelectionTopicsFolder(workspace: , ascend: )

isBroker

  • isBroker(workspace: , domain: )

isJobScheduler

  • isJobScheduler(workspace: , domain: )

isQueue

  • isQueue(workspace: , domain: )

isQueuesFolder

  • isQueuesFolder(workspace: , domain: )

isTopic

  • isTopic(workspace: , domain: )

isTopicsFolder

  • isTopicsFolder(workspace: , domain: )

retrieveQueueNames

  • retrieveQueueNames(workspace: , ascend: )

retrieveTopicNames

  • retrieveTopicNames(workspace: , ascend: )

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