Re: ActiveMQ web-console fails to start: Could not open ServletContext resource

2024-06-05 Thread ragul rangarajan
ul rangarajan wrote: > Hi Team, > > I have noticed an issue in the recent upgrade of ActiveMQ from 5.16.1 to > 5.16.7 where the ActiveMQ web console fails to start with the below > exception. Other functionality is working fine but can't launch the web > console. No con

ActiveMQ web-console fails to start: Could not open ServletContext resource

2024-04-30 Thread ragul rangarajan
Hi Team, I have noticed an issue in the recent upgrade of ActiveMQ from 5.16.1 to 5.16.7 where the ActiveMQ web console fails to start with the below exception. Other functionality is working fine but can't launch the web console. No configuration changes were made in this upgrade from m

Re: ActiveMQ web console on Edge browser

2022-06-29 Thread Jean-Baptiste Onofré
Hi Sundar, Thanks for sharing. To be honest, I didn't try on Edge (only Chrome and Safari). Let me check if I have a Windows VM with Edge. Regards JB On Wed, Jun 29, 2022 at 5:14 AM Pattamadai, Sundar wrote: > > Hello, > We are running activemq version 5.17.1. When trying to access the web con

ActiveMQ web console on Edge browser

2022-06-28 Thread Pattamadai, Sundar
Hello, We are running activemq version 5.17.1. When trying to access the web console on chrome, we are presented with the login dialog. But when trying the same on Edge, the login dialog does not appear at all and presented with a 401. Is Edge not supported? I saw a similar post here https://

Re: ActiveMQ Web Console - Prevent display of sensitive content?

2022-02-01 Thread Justin Bertram
on: java.io.StreamCorruptedException: invalid stream header: 0001" > > But at the client I can still take the bytes and do what I need to. Yet > to fully vet this out. > > > > -Original Message- > From: Tim Bain > Sent: Tuesday, February 1, 2022 7:3

RE: ActiveMQ Web Console - Prevent display of sensitive content?

2022-02-01 Thread Pattamadai, Sundar
(queueName)); > ActiveMQBytesMessage aqbytes = new ActiveMQBytesMessage(); > aqbytes.Content = msgBytes; > IMessage msg = aqbytes; > msg.NMSDeliveryMode = MsgDeliveryMode.Persistent; > prod.Send(msg); > } >

Re: ActiveMQ Web Console - Prevent display of sensitive content?

2022-02-01 Thread Tim Bain
= msgBytes; > IMessage msg = aqbytes; > msg.NMSDeliveryMode = MsgDeliveryMode.Persistent; > prod.Send(msg); > } > > Now in the ActiveMQ web console, when viewing the message, the message > details box shows the bytes content mostly in plain text.

ActiveMQ Web Console - Prevent display of sensitive content?

2022-01-31 Thread Pattamadai, Sundar
(); aqbytes.Content = msgBytes; IMessage msg = aqbytes; msg.NMSDeliveryMode = MsgDeliveryMode.Persistent; prod.Send(msg); } Now in the ActiveMQ web console, when viewing the message, the message details box shows the bytes content mostly

Re: ActiveMQ Web Console Concurrent User Limit

2022-01-29 Thread Daniel Hjorth
Thank you for that link about concurrent connections. It might be a way to satisfy the security requirement so I will look into it. Daniel On Fri, Jan 28, 2022 at 5:54 AM Tim Bain wrote: > Some of the answers at the bottom of the list of answers for > > https://stackoverflow.com/questions/5737

Re: ActiveMQ Web Console Concurrent User Limit

2022-01-28 Thread Tim Bain
Some of the answers at the bottom of the list of answers for https://stackoverflow.com/questions/5737923/how-do-i-limit-the-number-of-connections-jetty-will-accept provide ways to limit the number of concurrent *connections*, but I didn't see anything to limit the number of sessions. Tim On Wed,

ActiveMQ Web Console Concurrent User Limit

2022-01-26 Thread Daniel Hjorth
Hello, I am running ActiveMQ 5.15.14 and have a security requirement that the web console use a limit on the number of concurrent user sessions. I have searched through the documentation and jetty.xml and didn't see anything regarding concurrent session limits. Is there a limit set by default?

Re: ActiveMQ web console better than Artemis?

2019-02-18 Thread artemisn00b
Thank you so much. It makes sense. This is what I was looking for :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ web console better than Artemis?

2019-02-17 Thread Justin Bertram
I think there may be a bit of confusion about the presentation of the information between the two consoles. The ActiveMQ 5.x console presents information mainly in JMS terms (e.g. queues, topics, durable subscribers, non-durable subscribers, etc.). However, Artemis was written from the ground up to

Re: ActiveMQ web console better than Artemis?

2019-02-17 Thread Tim Bain
What Clebert is saying is something along the lines of "If you have concrete, specific improvements you'd like to see for the web console, please submit them as JIRA enhancement requests, preferably with an associated pull request that fixes them." Also, keep in mind that UX preferences can be (no

Re: ActiveMQ web console better than Artemis?

2019-02-14 Thread artemisn00b
I meant something like this -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ web console better than Artemis?

2019-02-14 Thread Clebert Suconic
I thought artemis is pretty good. We accept pull requests thought ;) On Thu, Feb 14, 2019 at 8:15 PM artemisn00b wrote: > Hi, > > I was wondering why activemq's web console is much better, compared to > artemis. Is there a reason to it? > In ActiveMQ, you can view all the Active Durable Topic

ActiveMQ web console better than Artemis?

2019-02-14 Thread artemisn00b
Hi, I was wondering why activemq's web console is much better, compared to artemis. Is there a reason to it? In ActiveMQ, you can view all the Active Durable Topic Subscribers, Offline Durable Topic Subscribers, Active Non-Durable Topic Subscribers, Topics/Queues on separate tabs. I know all of it

Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-13 Thread Jean-Baptiste Onofré
Hi, messages dequeued is the number of messages that has been consumed since the broker start (it's cumulative, on all destinations). Regards JB On 12/07/2018 16:20, libing195205 wrote: > It's sad that nobody interests in it, could anyone help? > > > > -- > Sent from: http://activemq.2283324

Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread Tom Hall
This is the first result when I googled your question. http://activemq.2283324.n4.nabble.com/Message-Dequeue-count-in-jconsole-0-even-after-messages-are-recieved-and-consumed-by-subscribers-td4675875.html

Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread libing195205
It's sad that nobody interests in it, could anyone help? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-06-12 Thread libing195205
ages Dequeued" is *0 or NOT 0*, does it have something to do with durable/non-durable subscriber? I had ever posted it on stackoverflow, but no replies at all. https://stackoverflow.com/questions/50479472/what-does-messages-dequeued-mean-on-activemq-web-console-page Really appreciate it if someon

Re: The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID.

2017-08-01 Thread Tim Bain
Can you please submit a bug in JIRA for this issue? Tim On Aug 1, 2017 4:58 AM, "Patrick Vansevenant" wrote: I’m trying to use an ISO 8601 date/time as part of the ClientID. For example : connection.setClientID("|2017-08-01T09:20:18.936+03:00"); The following error is generated when clicked o

The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID.

2017-08-01 Thread Patrick Vansevenant
I’m trying to use an ISO 8601 date/time as part of the ClientID. For example : connection.setClientID("|2017-08-01T09:20:18.936+03:00"); The following error is generated when clicked on the url in the Web Console | Connections page : "No connection could be found for ID |2017-08-01T09:20:18.936

Re: Where to see acknowledgement in ActiveMQ Web console?

2017-07-13 Thread Tim Bain
} > return result; > } > }, true); > > Additionally while configuring JmsTemplete bean I have set > 'CLIENT_ACKNOWLEDGE' mode. > > jmsTemplate.setSessionAcknowledgeMode(Session.CLIENT_ACKNOWLEDGE); > >

Where to see acknowledgement in ActiveMQ Web console?

2017-07-13 Thread Abhijit Kangale
ng JmsTemplete bean I have set 'CLIENT_ACKNOWLEDGE' mode. jmsTemplate.setSessionAcknowledgeMode(Session.CLIENT_ACKNOWLEDGE); As I am acknowledging using "received.acknowledge();", code works perfectly, but the question is where in ActiveMQ web console to verify that message is deliv

Re: Activemq web console is not getting up.

2017-05-04 Thread Tim Bain
at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Activemq-web-console-is-not-getting-up-tp4725580.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Activemq web console is not getting up.

2017-05-03 Thread srinivas.indali
) at java.lang.Thread.run(Thread.java:744) -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-web-console-is-not-getting-up-tp4725580.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Setting Up Monitoring/Read Only Roles for ActiveMQ Web Console?

2017-04-14 Thread arpitshah_29
hanks, Arpit -- View this message in context: http://activemq.2283324.n4.nabble.com/Setting-Up-Monitoring-Read-Only-Roles-for-ActiveMQ-Web-Console-tp4724968.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

[ANNOUNCE] CVE-2016-6810: ActiveMQ Web Console - Cross-Site Scripting

2016-12-09 Thread Christopher Shannon
The following security vulnerability was reported against Apache ActiveMQ 5.14.1 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2016-6810-announcement.txt Apache ActiveMQ 5.14.2 has been rel

Error when configuring activemq web console to use Active Directory

2016-10-24 Thread ldanster
Hi I'm getting the following error when configuring activemq web console to use ldap for authentication and authorization. java.lang.AbstractMethodError: org.eclipse.jetty.jaas.JAASLoginService.login(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/jetty/server/UserIdentity;

how to create read only user in activeMQ web console?

2016-10-05 Thread tk0485
ser/password specified for read only user I get !role error. Any ideas? Thanks in advance! -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-create-read-only-user-in-activeMQ-web-console-tp4717534.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Web Console

2016-07-06 Thread Tim Bain
ert out there, Does anyone know why the messages > enqueued > is always increasing and the messages dequeued is always zero within the > Topics.jsp web page of ActiveMQ web console? > > Do they actually occupy some percentage of the available storage? If they > do, how can we keep

ActiveMQ Web Console

2016-07-02 Thread suwie
For any ActiveMQ expert out there, Does anyone know why the messages enqueued is always increasing and the messages dequeued is always zero within the Topics.jsp web page of ActiveMQ web console? Do they actually occupy some percentage of the available storage? If they do, how can we keep the

Re: ActiveMQ web console

2016-06-12 Thread A.Marchand
/how-can-i-monitor-activemq.html) ? It would give us more visibility and a chance to enroll more enthusiastic devs in order to improve the product. Target: https://github.com/snuids/AMQC/wiki Cheers, Arnaud -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web

Re: activemq web console does not show queue messages

2016-06-02 Thread Tim Bain
e messages makes me think that there's no reason it would do any buffering there. So I'd focus your investigation on the client. Tim -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-web-console-does-not-show-queue-messages-tp4712510p4712588.html Se

activemq web console does not show queue messages

2016-06-01 Thread dominate
: http://activemq.2283324.n4.nabble.com/activemq-web-console-does-not-show-queue-messages-tp4712510.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [ANNOUNCE] CVE-2016-0782: ActiveMQ Web Console - Cross-Site Scripting

2016-03-19 Thread Christopher Shannon
Thanks for pointing that out, I have fixed the announcement. On Thu, Mar 17, 2016 at 11:25 AM, Derek Mahar wrote: > The security advisory announcement claims that ActiveMQ 5.13.1 and > older versions are affected and that ActiveMQ 5.13.2 fixes the issues. > > On 10 March 2016 at 07:45, Christoph

Re: [ANNOUNCE] CVE-2016-0782: ActiveMQ Web Console - Cross-Site Scripting

2016-03-18 Thread Derek Mahar
The security advisory announcement claims that ActiveMQ 5.13.1 and older versions are affected and that ActiveMQ 5.13.2 fixes the issues. On 10 March 2016 at 07:45, Christopher Shannon wrote: > There following security vulnerability was reported against Apache > ActiveMQ 5.13.0 and older versions

[ANNOUNCE] CVE-2016-0734: ActiveMQ Web Console - Clickjacking

2016-03-10 Thread Christopher Shannon
There following security vulnerability was reported against Apache ActiveMQ 5.13.1 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2016-0734-announcement.txt Apache ActiveMQ 5.13.2 and newer

[ANNOUNCE] CVE-2016-0782: ActiveMQ Web Console - Cross-Site Scripting

2016-03-10 Thread Christopher Shannon
There following security vulnerability was reported against Apache ActiveMQ 5.13.0 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2016-0782-announcement.txt Apache ActiveMQ 5.13.1 and newer

Re: ActiveMQ web console

2015-12-04 Thread Christopher Shannon
even talking about replacing the existing webconsole, or > did > > I read too much into the wording on the wiki for AMQC? > > > > > > > > -- > > View this message in context: > > > http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704638.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > >

Re: ActiveMQ web console

2015-12-04 Thread Tim Bain
to jolokia?" > > Anyway, are we even talking about replacing the existing webconsole, or did > I read too much into the wording on the wiki for AMQC? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704638.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: ActiveMQ web console

2015-12-04 Thread artnaseef
, or did I read too much into the wording on the wiki for AMQC? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704638.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ web console

2015-12-04 Thread Clebert Suconic
l administration also operates via jolokia? >> >> That would be a concern for a web-console, in my opinion, which should work >> with any configuration of ActiveMQ, even when jolokia is disabled. With >> that said, even if this is not great as a web-console, it is a welcome

Re: ActiveMQ web console

2015-12-04 Thread Tim Bain
that said, even if this is not great as a web-console, it is a welcome tool > for ActiveMQ users. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704622.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: ActiveMQ web console

2015-12-04 Thread artnaseef
ntext: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704622.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ web console

2015-12-03 Thread Christopher Shannon
ause this way, the site that makes the rest call is hosted has the same > origin as the Jolokia API. (Same port and same IP) > > We will update the Wiki as soon as we find a better way to do it. > > Thanks for the positive remarks, > > > > > -- > View t

RE: ActiveMQ web console

2015-12-03 Thread A.Marchand
this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522p4704573.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ web console

2015-12-03 Thread A.Marchand
that makes the rest call is hosted has the same origin as the Jolokia API. (Same port and same IP) We will update the Wiki as soon as we find a better way to do it. Thanks for the positive remarks, -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console

Re: ActiveMQ web console

2015-12-03 Thread Christopher Shannon
tiveMQ 5.12, but it should be compatible with > all ActiveMQ that have the Jolokia API enabled. > > Hawtio is great but it did not let us have the possibility to easily > customize it in order to build a simplified monitoring product for a > particular customer. > > Regards, &g

RE: ActiveMQ web console

2015-12-03 Thread Basmajian, Raffi
q.apache.org Subject: ActiveMQ web console [ EXTERNAL ] We started a web based monitoring console for ActiveMQ using the AngularJS framework via the Jolokia API that includes most of the functions of the one included by default with ActiveMQ. It also integrates an internal stomp client. It is ea

Re: ActiveMQ web console

2015-12-03 Thread Tim Bain
rder to build a simplified monitoring product for a particular customer. Regards, -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ web console

2015-12-02 Thread A.Marchand
build a simplified monitoring product for a particular customer. Regards, -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-web-console-tp4704522.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ Web Console has no information

2014-06-19 Thread Bryan Korff
l and jetty.xml configuration to see what might be missing. I've tried changing the host in jetty.xml to be the fqdn but no help there. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Web-Console-has-no-information-tp4682310.html Sent from the ActiveMQ - User ma

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
On 20 January 2014 11:10, Hilderich wrote: > Hello All, > > Thank you for your efforts. > > Unfortunately after starting hawt.io there was no ActiveMQ menu entry > available. It sounds like you've never actually connected to the Apache ActiveMQ broker process yet. FWIW 5.9.0 of ActiveMQ comes w

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread Hilderich
message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Web-Console-clashes-with-existing-broker-tp4676475p4676526.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
and provide > > the feature to delete one if necessary. ActiveMQ Web Console > > give you this chance. > > > > hawt.io provides just the raw jmx mechanisms not properly > > pimped up for customers. > > > > You have maybe not looked to hard. There is an ActiveMQ

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread Claus Ibsen
On Mon, Jan 20, 2014 at 11:42 AM, Hilderich wrote: > Hello Claus, > > Thank you a lot for answering. > > As far as I have evaluate hawt.io there is no feature like: > > List all messages in a concrete JMS Queue and provide > the feature to delete one if necessary. ActiveM

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread James Strachan
On 20 January 2014 10:42, Hilderich wrote: > Hello Claus, > > Thank you a lot for answering. > > As far as I have evaluate hawt.io there is no feature like: > > List all messages in a concrete JMS Queue and provide > the feature to delete one if necessary. ActiveMQ Web

Re: ActiveMQ Web Console clashes with existing broker

2014-01-20 Thread Hilderich
Hello Claus, Thank you a lot for answering. As far as I have evaluate hawt.io there is no feature like: List all messages in a concrete JMS Queue and provide the feature to delete one if necessary. ActiveMQ Web Console give you this chance. hawt.io provides just the raw jmx mechanisms not

Re: ActiveMQ Web Console clashes with existing broker

2014-01-17 Thread Claus Ibsen
On Fri, Jan 17, 2014 at 6:41 PM, Hilderich wrote: > Hello dear Supporters, > > We have already an existing ActiveMQ Broker in a OSGi container (Karaf). > Now I'd like to utilize the ActiveMQ Web Console to have an overview about > the JMS Queues we are using. > The probl

ActiveMQ Web Console clashes with existing broker

2014-01-17 Thread Hilderich
Hello dear Supporters, We have already an existing ActiveMQ Broker in a OSGi container (Karaf). Now I'd like to utilize the ActiveMQ Web Console to have an overview about the JMS Queues we are using. The problem is that the ActiveMQ Web Console always implements its own JMS Broker and thi

ActiveMQ Web Console clashes with existing broker

2014-01-17 Thread Hildegard Schedthelm
Hello dear Supporters, We have already an existing ActiveMQ Broker in a OSGi container (Karaf). Now I'd like to utilize the ActiveMQ Web Console to have an overview about the JMS Queues we are using. The problem is that the ActiveMQ Web Console always implements its own JMS Broker and thi

Re: New ActiveMQ Web Console

2013-10-03 Thread Jean-Baptiste Onofré
Hi Lionel, yes you can still access the ActiveMQ WebConsole using the previous URL: http://localhost:8161/admin as on previous versions. Regards JB On 10/03/2013 07:56 AM, Lionel Cons wrote: The ActiveMQ Web Console has been replaced by hawtio[1] and this looks good[2]. However, some users

Re: New ActiveMQ Web Console

2013-10-03 Thread Claus Ibsen
would be removed. On Thu, Oct 3, 2013 at 7:56 AM, Lionel Cons wrote: > The ActiveMQ Web Console has been replaced by hawtio[1] and this looks > good[2]. > However, some users may need time to move from the old console to the new one. > > Could you please confirm that this

New ActiveMQ Web Console

2013-10-03 Thread Lionel Cons
The ActiveMQ Web Console has been replaced by hawtio[1] and this looks good[2]. However, some users may need time to move from the old console to the new one. Could you please confirm that this is not really a replacement but rather an addition and that the old console will stay in ActiveMQ 5.9

Re: Connection not visible in ActiveMQ web console

2013-05-09 Thread pp123
Thanks for reply . I have mailed you , please check. -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-not-visible-in-ActiveMQ-web-console-tp4666806p4666811.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Connection not visible in ActiveMQ web console

2013-05-09 Thread hengyunabc
-ActiveMQ-web-console-tp4666806p4666809.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Connection not visible in ActiveMQ web console

2013-05-09 Thread hengyunabc
here: https://issues.apache.org/jira/browse/AMQ-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-not-visible-in-ActiveMQ-web-console-tp4666806p4666807.html Sent from the ActiveMQ - User

Connection not visible in ActiveMQ web console

2013-05-09 Thread pp123
-ActiveMQ-web-console-tp4666806.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Problems With Using ActiveMQ Web Console on Karaf 2.3.1 (Equinox)

2013-03-06 Thread gcollins
Hi, I am having problems running the ActiveMQ web console with Karaf 2.3.1 (equinox 3.8). I get the stack trace below. Everything works fine if I use Felix instead. Anything special that needs to be done to work with Equinox? I see a similar issue has been reported before: https

Re: ActiveMQ Web Console - retry button

2012-11-14 Thread Tobb
Jira issue created: https://issues.apache.org/jira/browse/AMQ-4174 <https://issues.apache.org/jira/browse/AMQ-4174> -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Web-Console-retry-button-tp4659014p4659320.html Sent from the ActiveMQ - User mailin

Re: ActiveMQ Web Console - retry button

2012-11-09 Thread Timothy Bish
ave a lot of queues with long names, and the dropdown list for moving > >> a > >> message is basically useless due to this. > >> > >> Is there some configuration that I could do to get the retry-button back, > >> or > >> has it been completely

Re: ActiveMQ Web Console - retry button

2012-11-09 Thread Tobb
ve a lot of queues with long names, and the dropdown list for moving >> a >> message is basically useless due to this. >> >> Is there some configuration that I could do to get the retry-button back, >> or >> has it been completely removed? >> >> -Tobb >>

Re: ActiveMQ Web Console - retry button

2012-11-09 Thread Torsten Mielke
ically useless due to this. > > Is there some configuration that I could do to get the retry-button back, or > has it been completely removed? > > -Tobb > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-Web-Console-ret

ActiveMQ Web Console - retry button

2012-11-08 Thread Tobb
pdown list for moving a message is basically useless due to this. Is there some configuration that I could do to get the retry-button back, or has it been completely removed? -Tobb -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Web-Console-retry-button-tp4659014

Re: activeMQ web console is throwing error when slave turns on

2012-09-26 Thread Lin Wen Tong
://activemq.2283324.n4.nabble.com/activeMQ-web-console-is-throwing-error-when-slave-turns-on-tp4657056p4657069.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

activeMQ web console is throwing error when slave turns on

2012-09-26 Thread Lin Wen Tong
at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:263) Howerver, if I start slave (as the master), it works fine. Any help will be greatly appreciated. Wen Tong -- View this message in context: http://activemq.2283324.n4.nabble.com/activeMQ-web-console-is-throwing-error-when-slave-tur

Can't run activemq-web-console 5.3.0 on Tomcat 6.0

2009-12-07 Thread ellayararwhy
s there a way for me to connect the demos (running on Tomcat) up to the broker running on Jetty so that I can see the enqueued messages from the acrivemq console running on Jetty ? Appreciate any help here. -- View this message in context: http://old.nabble.com/Can%27t-run-activ

Re: Camel with intergated ActiveMQ Web Console and JBoss

2009-07-10 Thread James Strachan
2009/7/10 chu_man_fu : > > I have Camel working great in ActiveMQ intergated into JBoss but only by > modifying my activemq.xml file: > >   xmlns="http://activemq.apache.org/camel/schema/spring";> >        my.package.name >         >                 >             >         >     >     class="org.

Camel with intergated ActiveMQ Web Console and JBoss

2009-07-10 Thread chu_man_fu
I understand this is more of a Camel question but the only reason I don't know how to do this is because I am using Camel in an embedded broker. -- View this message in context: http://www.nabble.com/Camel-with-intergated-ActiveMQ-Web-Console-and-JBoss-tp24424662p24424662.html Sent from t

Re: problems deploying activemq-web-console to geronimo

2009-07-02 Thread lassiege
I have nearly the same kind of problem Did you manage to find the solution ? JerryShea wrote: > > I'm hoping someone will have seen this before. I have built the > activemq-web-console from source from the apache-activemq-4.1.1 > distribution and am trying to deploy the war t

Re: activemq-web-console for tomcat

2008-03-23 Thread DAAN
Thank you very much. -- View this message in context: http://www.nabble.com/activemq-web-console-for-tomcat-tp16137635s2354p16245128.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-web-console for tomcat

2008-03-19 Thread Dejan Bosanac
Hi, I've created a web-console on tomcat quick start guide http://cwiki.apache.org/confluence/display/ACTIVEMQ/Web+Console#WebConsole-ExampleconfigurationusingTomcat Please try following those steps and if it still doesn't work, post error messages you're getting Cheers --

activemq-web-console for tomcat

2008-03-18 Thread DAAN
ext: http://www.nabble.com/activemq-web-console-for-tomcat-tp16137635s2354p16137635.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

problems deploying activemq-web-console to geronimo

2007-12-05 Thread JerryShea
I'm hoping someone will have seen this before. I have built the activemq-web-console from source from the apache-activemq-4.1.1 distribution and am trying to deploy the war to geronimo (2.0.2). Unfortunately when I deploy I get: java.lang.NoClassDefFoundError: org/springframework/beans/fa

Re: What is messages sent count in activemq web console?

2007-08-29 Thread anish pathadan
t; On 8/27/07, anish pathadan <[EMAIL PROTECTED] > wrote: > > > > Hi All, > > Can somebody please explain me what is message sent count in > > activemq web console?. > > -- > > Best Regards, > > Anish Pathadan > > > > > > -- > Best Regards, > Anish Pathadan -- Best Regards, Anish Pathadan

Re: What is messages sent count in activemq web console?

2007-08-27 Thread anish pathadan
information to fix one JIRA related showing invalid count in web console. Please help me. Best Regards, Anish Pathadan On 8/27/07, anish pathadan <[EMAIL PROTECTED]> wrote: > > Hi All, > Can somebody please explain me what is message sent count in activemq > web console?. &

What is messages sent count in activemq web console?

2007-08-27 Thread anish pathadan
Hi All, Can somebody please explain me what is message sent count in activemq web console?. -- Best Regards, Anish Pathadan

Re: How to manage romoter broker with activemq-web-console?

2007-05-27 Thread Mario Siegenthaler
e best thing I could come up with was the system-properties approach, but the maven one might actually be better. Mario On 5/25/07, James Strachan <[EMAIL PROTECTED]> wrote: [...] BTW I was wondering if we should try use profiles in the activemq-web-console pom.xml so folks could run

Re: How to manage romoter broker with activemq-web-console?

2007-05-25 Thread James Strachan
if we should try use profiles in the activemq-web-console pom.xml so folks could run in the profile of embedded (default) v remote JMX etc? No biggie as I guess folks can just customize things via maven properties. -- James --- http://macstrac.blogspot.com/

Re: How to manage romoter broker with activemq-web-console?

2007-05-24 Thread Mario Siegenthaler
Many thanks James, I realize this patch is quite bitchy to apply :) I'll try it out as soon as I'm back home. Mario On 5/24/07, James Strachan <[EMAIL PROTECTED]> wrote: Sorry for the delay getting back to you. Its taken me a while to get the time to apply the patch and then get everything work

Re: How to manage romoter broker with activemq-web-console?

2007-05-24 Thread James Strachan
On 5/16/07, Mario Siegenthaler <[EMAIL PROTECTED]> wrote: The current subversion head does not support this, however I've written a patch allowing this. Check AMQ-1241 https://issues.apache.org/activemq/browse/AMQ-1241 for the attached patch against the current head. Greetings Mario PS: has any

Re: How to manage romoter broker with activemq-web-console?

2007-05-15 Thread Mario Siegenthaler
t;[EMAIL PROTECTED]> wrote: I have a running activmq on host A,how to manage it using activemq-web-console working on host B? -- View this message in context: http://www.nabble.com/How-to-manage-romoter-broker-with-activemq-web-console--tf3756933s2354.html#a10618302 Sent from the ActiveMQ - U

How to manage romoter broker with activemq-web-console?

2007-05-15 Thread liuxiaoming
I have a running activmq on host A,how to manage it using activemq-web-console working on host B? -- View this message in context: http://www.nabble.com/How-to-manage-romoter-broker-with-activemq-web-console--tf3756933s2354.html#a10618302 Sent from the ActiveMQ - User mailing list archive at

Re: [Spam: 5.0] Using Activemq-web-console with a BrokerService in Geronimo

2007-03-09 Thread James Strachan
On 3/9/07, ananner <[EMAIL PROTECTED]> wrote: Is the broker considered "remote" if it is running in embedded mode? The broker is run outside of the WAR, but as "vm://localhost". It might be - depending on the classloaders -- James --- http://radio.weblogs.com/0112098/

Re: [Spam: 5.0] Using Activemq-web-console with a BrokerService in Geronimo

2007-03-09 Thread ananner
Is the broker considered "remote" if it is running in embedded mode? The broker is run outside of the WAR, but as "vm://localhost". James.Strachan wrote: > > On 3/9/07, ananner <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I've deploy

Re: Using Activemq-web-console with a BrokerService in Geronimo

2007-03-09 Thread James Strachan
On 3/9/07, ananner <[EMAIL PROTECTED]> wrote: Hi, I've deployed the ActiveMQ web console on Geronimo, but I'm not sure how to go about having the console connect to the existing BrokerService that is running Geronimo. The web console doesn't yet support connecting to re

Using Activemq-web-console with a BrokerService in Geronimo

2007-03-09 Thread ananner
Hi, I've deployed the ActiveMQ web console on Geronimo, but I'm not sure how to go about having the console connect to the existing BrokerService that is running Geronimo. In the WEB-INF/applicationContext.xml, I've commented out the BrokerService bean, since I do not want t