Re: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Alexander Milovidov
Hi Vilius, If the name of the subscription queue is known, you can create security setting for FQQN queue name, for example "address-for-external-role::queue-for-subscription". чт, 17 апр. 2025 г. в 09:42, Vilius Šumskas : > I would like to rephrase my question regarding creat

Re: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Justin Bertram
The createDurableQueue permission is required for JMS durable subscribers (i.e. consumers) since the durable subscription they create is represented by a durable, multicast queue. The name of the queue is based on the client ID & subscription name provided by the client. Sending a message to

RE: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Vilius Šumskas
- From: Justin Bertram Sent: Friday, April 18, 2025 5:20 PM To: users@activemq.apache.org Subject: Re: limiting queue creation in JMS durable subscription flow There are different ways to lock down the broker. 1) You can make it so that external clients can only create exactly the subscrip

Re: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Justin Bertram
There are different ways to lock down the broker. 1) You can make it so that external clients can only create exactly the subscription queue(s) you allow them to create by defining security-settings with the FQQN (i.e. ::.). This, of course, requires you to know the client ID and subscription

RE: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Vilius Šumskas
I guess that makes sense. If client ID and subscription name is known in advance, would you advise to create queues via management API in disabled state and then enable after consumer comes online, like suggested by Alexander? -- Vilius -Original Message- From: Justin Bertram

Re: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Alexander Milovidov
The producer is not aware of consumers, so we need to pre-create a subscription queue on the broker side using management API or the "addresses" block in the broker.xml. However, messages will build up in the queue until the subscriber is connected. The solution is to create a subsc

RE: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Vilius Šumskas
t: RE: limiting queue creation in JMS durable subscription flow OK, thank you, we will try. Not sure why it didn't work few year ago, when we tried the first time. Maybe because we are using ActiveMQBasicSecurityManager. Ideally, though, I would prefer to not have create/delete permissions on the

RE: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Vilius Šumskas
ssage- From: Alexander Milovidov Sent: Thursday, April 17, 2025 11:18 AM To: users@activemq.apache.org Subject: Re: limiting queue creation in JMS durable subscription flow Permissions can be set for address matches which can be exact address name, or address wildcard, or exact address::queue

Re: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Alexander Milovidov
ursday, April 17, 2025 10:22 AM > To: users@activemq.apache.org > Subject: Re: limiting queue creation in JMS durable subscription flow > > Hi Vilius, > > If the name of the subscription queue is known, you can create security > setting for FQQN queue name, for example > "

RE: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Vilius Šumskas
ilius -Original Message- From: Alexander Milovidov Sent: Thursday, April 17, 2025 10:22 AM To: users@activemq.apache.org Subject: Re: limiting queue creation in JMS durable subscription flow Hi Vilius, If the name of the subscription queue is known, you can create security setting for FQQN

RE: limiting queue creation in JMS durable subscription flow

2025-04-16 Thread Vilius Šumskas
, April 16, 2025 8:22 PM To: users@activemq.apache.org Subject: Re: limiting queue creation in JMS durable subscription flow > ...I’m not 100% sure if this requirement comes from Qpid library which > we are using, or Camel, or is it a requirement for JMS subscribers in general... Thi

Re: limiting queue creation in JMS durable subscription flow

2025-04-16 Thread Justin Bertram
> ...I’m not 100% sure if this requirement comes from Qpid library which we are using, or Camel, or is it a requirement for JMS subscribers in general... This is a requirement for JMS topic subscriptions in general. See the documentation [1] for more details. > Is there a way to limit amount of q

limiting queue creation in JMS durable subscription flow

2025-04-16 Thread Vilius Šumskas
Hello, we have a pub/sub Java app which relies on JMS durable subscriptions and is using Artemis as messaging broker. The broker runs in our environment. The app is deployed externally in the environment we don’t control an acts as a subscriber. For this app we have dedicated a separate role in

Re: Artemis deletes (wrongly?) queues associated to shared durable subscription

2023-10-11 Thread Modanese, Riccardo
I write this expression (having wildcards set according to MQTT protocol): “something/+/+/#” Riccardo From: Justin Bertram Date: Tuesday, 10 October 2023 at 18:55 To: users@activemq.apache.org Subject: Re: Artemis deletes (wrongly?) queues associated to shared durable subscription > The broke

Re: Artemis deletes (wrongly?) queues associated to shared durable subscription

2023-10-10 Thread Justin Bertram
store all the messages in the meanwhile. Am I right? > > In my scenario I have a Camel AMQP consumer (Spring Boot + Camel 3.21 – > qpid JMS connection factory) connected to Artemis broker (2.28.0) with > shared durable subscriptions. The client id is uniquely set by a specific > exte

Artemis deletes (wrongly?) queues associated to shared durable subscription

2023-10-10 Thread Modanese, Riccardo
urable subscriptions. The client id is uniquely set by a specific extension of the standard factory I did. The Camel subscription is (from my camel.xml): This consumer is running on a different Docker container than the broker. If I kill the consumer’s container, then after a while the asso

Re: Wildcard subscription to MQTT topic issue

2023-10-06 Thread Justin Bertram
Looks like there's a problem when attempting to copy a retained MQTT message into a client's new subscription. Do you have a way to reproduce this? If so, could you share it? Justin On Thu, Oct 5, 2023 at 2:45 PM Shields, Paul Michael wrote: > Running Artemis 2.28.0

Error removing subscription

2023-10-05 Thread Shields, Paul Michael
Hi, Running Artemis 2.28.0 in HA cluster active:stanby pair under Kubernetes. Every so often we will see the Error removing subscription message in the active broker log. It is usually proceeded by the AMQ834002: Error processing control packet message. What is causing this error? Thanks

Wildcard subscription to MQTT topic issue

2023-10-05 Thread Shields, Paul Michael
Running Artemis 2.28.0 in HA cluster active:stanby pair under Kubernetes. System will run for a period of time and then we will start seeing these messages in the log. What does this mean? 2023-10-04 20:50:53,098 ERROR [org.apache.activemq.artemis.core.protocol.mqtt] AMQ834002: Error processi

RE: [Artermis] STOMP & shared non-durable subscription

2022-04-25 Thread CASAUX Nicolas
lundi 25 avril 2022 18:23 À : users@activemq.apache.org Objet : Re: [Artermis] STOMP & shared non-durable subscription As you observed, the queue automatically created for a non-durable subscription for a STOMP client is not named according to the client-id. It uses a UUID which me

Re: [Artermis] STOMP & shared non-durable subscription

2022-04-25 Thread Justin Bertram
As you observed, the queue automatically created for a non-durable subscription for a STOMP client is not named according to the client-id. It uses a UUID which means the name is non-deterministric and therefore can't be readily shared across multiple clients. However, you should be able t

[Artermis] STOMP & shared non-durable subscription

2022-04-25 Thread CASAUX Nicolas
Hello, I managed to successfully create a shared durable subscription using a "client-id" and a "durable-subscriber-name" with the STOMP protocol. However, always with STOMP, I can't find a way to create a shared non-durable subscription. When I set only the "clie

subscription

2020-07-29 Thread Christopher Pisz
Am I subscribed? I got the response from the bot, verified, but nothing happened after that.

Re: Shared Subscription: 1 Adress -> 2 Topic with multicast : 2 MDB

2020-03-25 Thread Justin Bertram
For the record, I've been trying to help this user over on Stack Overflow [1]. Justin [1] https://stackoverflow.com/questions/60833450/activemq-artemis-2-10-1-jms-2-0-shared-subscription-not-working On Mon, Mar 23, 2020 at 12:03 PM mailtejasvi wrote: > Hi > > My requirement

Shared Subscription: 1 Adress -> 2 Topic with multicast : 2 MDB

2020-03-23 Thread mailtejasvi
onConfigProperty(propertyName = "shareSubscriptions", propertyValue="true"), @ActivationConfigProperty(propertyName = "clientId", propertyValue = "MyClientId_1") }) public class TopicListener2 implements MessageListener, java.io.Serializable tomee.xml: name=ATOPIC mybroker

Re: Artemis - MQTT subscription: wrong * handling

2019-09-04 Thread Howard Gao
Do you mean the message content changes from path1/* to path1/+? If so I think it's a bug and you can raise a bug with test attached to help investigate. On Mon, Aug 26, 2019 at 7:43 PM Modanese, Riccardo wrote: > Hello, > I’m playing a bit with Artemis using MQTT clients (Paho). > I noticed an

Artemis - MQTT subscription: wrong * handling

2019-08-26 Thread Modanese, Riccardo
Hello, I’m playing a bit with Artemis using MQTT clients (Paho). I noticed an unexpected behavior when an MQTT topic contains a ‘.’ (and I opened a ticket for it https://issues.apache.org/jira/browse/ARTEMIS-2455) Now I’m seeing another unexpected behavior handling topics with ‘*’ In few words, i

Re: Delete Durable Subscription

2019-03-07 Thread Justin Bertram
A "durable subscription" is just a queue so if you want to delete the durable subscription you can just delete the queue. This can be done through any management interface (e.g. web console, JMX, etc.). Justin On Thu, Mar 7, 2019 at 1:54 PM ldebello wrote: > Hi, > > We are

Delete Durable Subscription

2019-03-07 Thread ldebello
Hi, We are using Artemis 2.6.3 which has an Address called "Notifications" which use Multicast routing type and we have one durable subscription. Everything was working as expected however the other day by mistake we created a another subscription but nobody is consuming message

Re: Shared Subscription

2019-02-11 Thread Clebert Suconic
multicast in order to mimic the jms > topic. > > Our service is using JMSListener from spring and configuring the connection > factory for shared subscription. But we are lossing some messages so I > would > like to ask if there is some concept or maybe missing some config to

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
sing multicast. > > > > Because I didn't find any documentation or difference about sharing a > > subscription. > > > > Thanks & Regards, > > Luis > > > > > > > > -- > > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html > >

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
example with my > config, but the intention of my question was just to check if someone knows > if there is some special requirement to use shared subscriptions on core > queues using multicast. > > Because I didn't find any documentation or difference about sharing a > subscrip

Re: Shared Subscription

2019-02-08 Thread Alain Narcisse SOBNGWI
> if there is some special requirement to use shared subscriptions on core > queues using multicast. > > Because I didn't find any documentation or difference about sharing a > subscription. > > Thanks & Regards, > Luis > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Shared Subscription

2019-02-08 Thread ldebello
on or difference about sharing a subscription. Thanks & Regards, Luis -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Shared Subscription

2019-02-08 Thread Justin Bertram
eues I know we have address and you > can configure the routing type to multicast in order to mimic the jms > topic. > > Our service is using JMSListener from spring and configuring the connection > factory for shared subscription. But we are lossing some messages so I > would >

Shared Subscription

2019-02-08 Thread ldebello
Hi, We are using artemis 2.6.3 with core queues I know we have address and you can configure the routing type to multicast in order to mimic the jms topic. Our service is using JMSListener from spring and configuring the connection factory for shared subscription. But we are lossing some

Re: Durable subscription across network connector

2019-01-21 Thread Christopher Shannon
First make sure you are using the latest version of the broker. Second, are you using a mixture of durable subscriptions and non-durable subscriptions? If you are you might need to add a forceDurable flag to your set up. Normally the creation of a durable subscription by S on broker B should

Durable subscription across network connector

2019-01-19 Thread carl
Hi, I'm having trouble with the following problem. This is my layout with a Publisher P, Subscriber S and brokers A and B. P ---> A ---> B ---> S I need any message that P publishes to any topic to reliably reach S. I successfully setup a durable subscription between B and S. So t

Re: Artemis. Qos2 on subscription.

2018-12-20 Thread Justin Bertram
Are there any errors logged on the broker? This looks like it might be a client problem or some kind of network issue. Do you have a test to reproduce this failure? Justin On Tue, Nov 20, 2018 at 11:34 AM itorres wrote: > Hello, > > We use MQTT to connect to an Apache Artemis 2.6.3 server. We

Artemis. Qos2 on subscription.

2018-11-20 Thread itorres
Hello, We use MQTT to connect to an Apache Artemis 2.6.3 server. We want to be subscribed on qos2 in order to be aware of the messages only once. Also, we want to publish in qos2 in order to be sure that the message will arrive only once. However, after subscribing to a topic in qos2, and publish

Topic subscription for existing address

2018-03-16 Thread primonuez
Hi, I would like to make use of the publish-subscribe feature of Artemis. The idea would be to start from a declaration of two adresses e.g. A1 and A2, and then an address T1 were send a messages. Then when sending a message "test" to the address T1, the expectation is that the consumer of th

Durable Topic Subscription - Messages not getting persisted in database

2018-02-05 Thread docscaa
durable subscription still exists 3. and the subscriber successfully reconnects. *ActiveMQ Version : 5.13.1* I checked the database table activemq_msgs after stopping activemq, the table was empty. Additionally, I noted that the table activemq_acks contains the entry for my durable subscription

Re: Virtual destination subscription durability and message recovery

2017-11-15 Thread Tim Bain
Networks of brokers with only dynamically included destinations will only forward messages when a consumer is present; otherwise, the messages will stay on the broker to which they were published (BrokerA, in your example) until a consumer connects to another broker in the network. But if you do on

Re: Virtual destination subscription durability and message recovery

2017-11-15 Thread Devlin
Thanks, gtully! Is our implementation for #1 correct? The assumption is by disabling removal of inactive virtual destination queues, we effectively make them static queues the moment they are created. So, assuming a producer publishes to "topic://virtualTopics.mytopic" on BrokerA, if BrokerB has q

Re: Virtual destination subscription durability and message recovery

2017-11-15 Thread Gary Tully
#2 is a problem - when the name of the subscription queue will be unknown. If you know the names in advance then statically creating the destinations will work. You could go down the plugin route and implement/manage a shared retroactive queue SRQ Intercept send to the virtual topic to forward a

Virtual destination subscription durability and message recovery

2017-11-13 Thread Devlin
We've performed extensive testing with virtual destinations on 5.11 network of brokers, it works well with two exceptions: #1 - subscription durability when consumers go offline, #2 - producers publishing before consumers register their subscription We manage to get around #1 by config

Re: [Artemis] Intercept mqtt client subscription

2017-08-25 Thread Justin Bertram
t; mqtt > client subscription: > > > > public class SimpleMQTTInterceptor implements MQTTInterceptor > { > @Override > public boolean intercept(final MqttMessage mqttMessage, > RemotingConnection connection) throws ActiveMQException > { >

[Artemis] Intercept mqtt client subscription

2017-08-25 Thread aragoubi
I added an mqtt interceptor into my artemis broker in order to intercept mqtt client subscription: public class SimpleMQTTInterceptor implements MQTTInterceptor { @Override public boolean intercept(final MqttMessage mqttMessage, RemotingConnection connection) throws

Re: ARTEMIS - java.lang.NullPointerException switching subscription with #

2017-06-07 Thread francesco81
eption-switching-subscription-with-tp4726641p4727140.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ARTEMIS - java.lang.NullPointerException switching subscription with #

2017-06-05 Thread francesco81
ttp://activemq.2283324.n4.nabble.com/ARTEMIS-java-lang-NullPointerException-switching-subscription-with-tp4726641p4727006.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ARTEMIS - java.lang.NullPointerException switching subscription with #

2017-05-29 Thread francesco81
Hi, I'm facing an issue when switching a topic subscription from the full path to the "wildcard char" one (with '#') and viceversa. I'm using the last 2.1.0 version (downloaded from activemq.apache.org). Here my test: 1) connect to Artemis 2) subscribe a topic

Re: Artemis subscription timing

2017-04-19 Thread Clebert Suconic
n4725076/TopicExample2.txt> > > > please can you give me more info about these delays? There is a way to > extimate delay for an incoming subscription? > > > Thank you very much > > > > -- > View this message in context: > http://activemq.2283324.n4.nabbl

Re: Artemis subscription timing

2017-04-19 Thread IlarioM
ay for an incoming subscription? Thank you very much -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964p4725076.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Artemis subscription timing

2017-04-15 Thread Clebert Suconic
gt; > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964p4724973.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- Clebert Suconic

Re: Artemis subscription timing

2017-04-15 Thread IlarioM
Hi Clebert, I'm using Artemis 2.0.0 -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964p4724973.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Artemis subscription timing

2017-04-14 Thread Clebert Suconic
t; > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- Clebert Suconic

Artemis subscription timing

2017-04-14 Thread IlarioM
est.java> I'm using a centos virtual machine inside vbox with i5 processor and 4gb of ram (8 gb total ram ) Thank you very much -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964.html Sent from the ActiveMQ - User mailing

Durable subscription queries and ways to handle rogue durable subscribers

2017-02-03 Thread xabhi
Hi, I wanted to know a few things about durable topic subscription which i couldn't find on ActiveMQ documentation 1. Is it possible to purge all pending messages on the durable topic subscription when the subscriber is not active, similar to purge operation on the queues? 2. Is there a w

Re: Avoid always creating a subscription to a topic when connecting as durable subscriber?

2016-10-26 Thread Clebert Suconic
you will have to check on the server if you have the subscription. +1 on Tim Bain. about using JMX. If you were using ARtemis, you would be able to query for the existence of the queue using the core API as well. On Wed, Oct 26, 2016 at 3:11 PM, Tim Bain wrote: > You could determine if you h

Re: Avoid always creating a subscription to a topic when connecting as durable subscriber?

2016-10-26 Thread Tim Bain
You could determine if you have an existing subscription via JMX. http://activemq.apache.org/jmx.html On Oct 25, 2016 2:21 AM, "KrisVH" wrote: The broker is currently 5.13.1, and the client is a WSO2 ESB. The connection is made with Java code, this should be all the relevant code:

Re: Avoid always creating a subscription to a topic when connecting as durable subscriber?

2016-10-25 Thread KrisVH
The broker is currently 5.13.1, and the client is a WSO2 ESB. The connection is made with Java code, this should be all the relevant code: -- View this message in context: http://activemq.2283324.n4.nabble.com/Avoid-always-creating-a-subscription-to-a-topic-when-connecting-as-durable

Re: Avoid always creating a subscription to a topic when connecting as durable subscriber?

2016-10-24 Thread Justin Bertram
Which specific broker are you using (e.g. 5.x or Artemis)? Also, what kind of client are you using? Justin - Original Message - From: "KrisVH" To: users@activemq.apache.org Sent: Monday, October 24, 2016 11:05:05 AM Subject: Avoid always creating a subscription to a

Avoid always creating a subscription to a topic when connecting as durable subscriber?

2016-10-24 Thread KrisVH
Hi, I want to have a thing where you can subscribe to a topic as a durable subscriber. Then afterwards you get the messages whenever, and when you don't want to get any more messages, you can unsubscribe. I have all this working fine, but if you then try to connect with the same subscripti

ActiveMQ Keeps tmp db-log files on the name of old/disconnected Topic Subscription Connection ID

2016-02-08 Thread sthan001
broadcasts via topic. We had very less memory for broker, so we go topic subscription full for the topic destination. We increased broker size from default 128MB to several GB to hold atleast 2L messages on memory.When there are several clients to same topic destination around 20 [slow network

Re: Managing Inactive Offline Durable Subscription

2015-09-18 Thread Tim Bain
Also, you could write a utility program that would connect with that client ID and subscription name and perform an unsubscribe on the consumer's behalf. You're essentially impersonating the consumer for this one purpose, but given what you're doing, that's probably not an

Re: Managing Inactive Offline Durable Subscription

2015-09-18 Thread Tim Bain
Have you looked in JConsole to see if there are any actions exposed via JMX that would allow you to remove that subscription? I've never run 5.7.0 so I can't say whether anything is available in that version (or any version, for that matter), but it's where I'd look. On

Re: Managing Inactive Offline Durable Subscription

2015-09-18 Thread tras
Thanks for your reply. Yes true, however the issue is that that durable client ID cannot be deleted and messages are not being consumed since its offline thus we are running out of storage. This means that when using activemq 5.7, we are stuck with a useless offline subscription. Is there a

Re: Managing Inactive Offline Durable Subscription

2015-09-18 Thread Tim Bain
AM, "tras" wrote: > Using activemq version 5.7.0A component which had a durable subscription > to a > VirtualTopic was undeployed. This component was then restarted and the > durable subscription was given a different client id. This is causing an > issue of storage since

Managing Inactive Offline Durable Subscription

2015-09-17 Thread tras
Using activemq version 5.7.0A component which had a durable subscription to a VirtualTopic was undeployed. This component was then restarted and the durable subscription was given a different client id. This is causing an issue of storage since the previous subscription with the old client id is

Re: ActiveMQ does not keep durable subscription when re-start

2015-06-25 Thread Tim Bain
The fact that durable subscribers created via the web console persist and ones created via MQTT don't seems like a relevant thread to pull on. When an MQTT-created subscriber is connected, can you please use JMX to examine the subscription and see whether the durable property is set to true?

Re: ActiveMQ does not keep durable subscription when re-start

2015-06-23 Thread SummerScent
the easiest way to do this is just publish your > broker >config file) >- How you're creating the durable subscribers (last time you were using >the web console; from your description I wasn't sure if the MQTT > subscriber >was doing that in code) &

Re: ActiveMQ does not keep durable subscription when re-start

2015-06-22 Thread Tim Bain
s just publish your broker config file) - How you're creating the durable subscribers (last time you were using the web console; from your description I wasn't sure if the MQTT subscriber was doing that in code) - How you're determining that the durable subscription has be

Re: ActiveMQ does not keep durable subscription when re-start

2015-06-22 Thread Timothy Bish
The durable subscription functionality is pretty well tested at this point so I'd be more inclined to suspect configuration problems. You haven't set something like delete all messages on start or something in your ActiveMQ configuration. Its a good idea to provide version informatio

ActiveMQ does not keep durable subscription when re-start

2015-06-22 Thread SummerScent
! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-does-not-keep-durable-subscription-when-re-start-tp4698038.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Incorrect inflight count for topic subscription

2015-04-22 Thread Tim Bain
gt; thing as queues >> >> Then what is would the interpretation of inflight and queue size in case >> of >> topic stats? >> >> How do I know which topic stats to consider and which not to consider? I >> didn't find any documentation in this regar

Re: Incorrect inflight count for topic subscription

2015-03-24 Thread Tim Bain
message in context: > http://activemq.2283324.n4.nabble.com/Incorrect-inflight-count-for-topic-subscription-tp4693602p4693656.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Incorrect inflight count for topic subscription

2015-03-24 Thread samdowning
cumentation in this regard? Thanks, Sam -- View this message in context: http://activemq.2283324.n4.nabble.com/Incorrect-inflight-count-for-topic-subscription-tp4693602p4693656.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Incorrect inflight count for topic subscription

2015-03-24 Thread xabhi
24.n4.nabble.com/Incorrect-inflight-count-for-topic-subscription-tp4693602p4693645.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Incorrect inflight count for topic subscription

2015-03-23 Thread Christian Posta
Only the subscription stats for a subscriber are accurate. Don't think the topic stats for inflight and "queue size" mean the same thing as queues. On Mon, Mar 23, 2015 at 3:09 AM, samdowning wrote: > Hi, > For one of my topics, I am seeing following destination statis

Incorrect inflight count for topic subscription

2015-03-23 Thread samdowning
324.n4.nabble.com/Incorrect-inflight-count-for-topic-subscription-tp4693602.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Durable subscription not receiving messages

2015-03-04 Thread Peter Hicks
Hi Tim On 04/03/15 14:00, Tim Bain wrote: Another question: is your consumer disconnecting and reconnecting, or stopping and starting (and then connecting with the same client ID)? If the former, I'm wondering if the client is telling the broker it already has those messages when it reconnects

Re: Durable subscription not receiving messages

2015-03-04 Thread Tim Bain
Another question: is your consumer disconnecting and reconnecting, or stopping and starting (and then connecting with the same client ID)? If the former, I'm wondering if the client is telling the broker it already has those messages when it reconnects so nothing gets sent. That's pure speculatio

Re: Durable subscription not receiving messages

2015-03-01 Thread Peter Hicks
Hi Tim On 28 Feb 2015, at 16:41, Tim Bain wrote: > Are messages being sent to the topic at the time the consumer reconnects, > or is it just consuming a backlog of already-sent messages? Yes, additional messages are being sent on to the topic when the consumer reconnects - around 1-2 per secon

Re: Durable subscription not receiving messages

2015-02-28 Thread Tim Bain
* Client sends a SUBSCRIBE frame with ack:client, an > activemq.subscriptionName, a destination > * The client receives no messages > > Other topics in the durable subscription are OK, the only difference I see > is that the Dispatched Queue for this destination is '100' when conne

Durable subscription not receiving messages

2015-02-28 Thread Peter Hicks
er sends a CONNECTED frame back with a session * Client sends a SUBSCRIBE frame with ack:client, an activemq.subscriptionName, a destination * The client receives no messages Other topics in the durable subscription are OK, the only difference I see is that the Dispatched Queue for this destinati

Re: Network Brokers - Client Wild Card Subscription

2014-10-22 Thread Tim Bain
n T1.T2.T3 > topic. > > thanks > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Network-Brokers-Client-Wild-Card-Subscription-tp4686633.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Network Brokers - Client Wild Card Subscription

2014-10-22 Thread pwalter
. We are using dynamicallyIncludedDestinations which would contain T1.T2.T3 topic. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Network-Brokers-Client-Wild-Card-Subscription-tp4686633.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-10-13 Thread khandelwalanuj
owLinkStealing" for workaround in such cases ? Are there any side effects of this ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4686349.html Sent from the A

Re: Error creating subscription

2014-10-01 Thread Harley Blumenfeld
I am having a similar issue. Did you ever figure this out or did anyone get back to you? -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-creating-subscription-tp4677781p4685988.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-10-01 Thread Harley Blumenfeld
Maybe I am doing something dumb, but using a simple example I cannot seem to get a topic subscription working using the Apache.NMS.Stomp version 1.5.4 (http://activemq.apache.org/nms/apachenmsstomp-v154.html). I am compiling the Stomp source code and project under .Net 4.0. I have created a

Re: Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-10-01 Thread Harley Blumenfeld
in context: http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-tp4685987p4686053.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-09-29 Thread Harley Blumenfeld
-- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-tp4685987p4686004.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error creating subscription

2014-09-29 Thread Harley Blumenfeld
-- View this message in context: http://activemq.2283324.n4.nabble.com/Error-creating-subscription-tp4677781p4686003.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-19 Thread artnaseef
message in context: http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4684750.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-19 Thread khandelwalanuj
x-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4684743.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-12 Thread Sophia Wright
or-durable-subscription-on-broker-restart-tp4684381p4684505.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-12 Thread khandelwalanuj
> When using the pool the calls to createConnection will create up to max connections before returning > already existing connections, so if you want a durable subscription on a pooled connection type setup you > must limit it to one connection When I try with maxCOnneciton to &

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-11 Thread khandelwalanuj
Hey Tim, Did you get a chance to look at this ? -- View this message in context: http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4684429.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-11 Thread khandelwalanuj
Please respond -- View this message in context: http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4684406.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.jms.InvalidClientIDException for durable subscription on broker restart

2014-08-11 Thread khandelwalanuj
ext: http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-for-durable-subscription-on-broker-restart-tp4684381p4684399.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

  1   2   3   >