Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: MB-1170
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dejan Bosanac
Reporter: Jason Sherman
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
FUSE Message Broker

WebSocket URL should be exposed via JMX

Created: 15/Jun/12 04:23 PM   Updated: 10/Jul/12 09:53 AM
Component/s: None
Affects Version/s: 5.5.1-fuse-03-04
Fix Version/s: 5.6.0-fuse-00-00

External Issue URL: https://issues.apache.org/jira/browse/AMQ-3918


 Description  « Hide
The broker JMX properties should expose the WebSocket URL just as it does for OpenWireURL and StompURL.

When a user queries ActiveMQ they are unable to determine the WebSocketURL:

FuseESB:karaf@root> fabric:container-connect mq activemq:query
Connecting to host new-host-2.home on port 8102
Connected
Type = Connector
ConnectorName = openwire
BrokerName = mq
StatisticsEnabled = true

TopicSubscribers = []
TemporaryQueues = []
TemporaryTopicSubscribers = []
MemoryPercentUsage = 0
BrokerVersion = 5.5.1.fuse-7-061
StatisticsEnabled = true
TotalDequeueCount = 0
TopicProducers = []
QueueSubscribers = []
Topics = []
TotalMessageCount = 0
SslURL = 
TemporaryQueueSubscribers = []
BrokerName = mq
DynamicDestinationProducers = []
Persistent = true
DataDirectory = /Users/jsherman/Development/tools/servicemix/fuse-esb-7.0.0.fuse-061/instances/mq/data/mq
Queues = []
DurableTopicSubscribers = []
TotalConsumerCount = 0
InactiveDurableTopicSubscribers = []
TempPercentUsage = 0
MemoryLimit = 67108864
VMURL = vm://mq
OpenWireURL = tcp://new-host-2.home:61617
TotalEnqueueCount = 0
TemporaryQueueProducers = []
StompSslURL = 
TemporaryTopics = []
StompURL = 
Slave = false
BrokerId = ID:new-host-2.home-52636-1339773319741-0:1
TotalProducerCount = 0
Type = Broker
StorePercentUsage = 0
StoreLimit = 107374182400
TemporaryTopicProducers = []
TempLimit = 107374182400
QueueProducers = []

Type = Connector
ConnectorName = websocket
BrokerName = mq
StatisticsEnabled = true

FuseESB:karaf@root>


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Dejan Bosanac added a comment - 10/Jul/12 09:53 AM
This is now fixed on trunk, see https://issues.apache.org/jira/browse/AMQ-3918 for more details.

As changes are dependent on MB-1158, this is scheduled for 5.6.0 fuse release.