nd
> secure. We were clear that OAuth is the enterprise standard”.
>
> I'm not saying that's right, but this is often how it goes.
>
> Raymond
>
>
>
>
>
> On Wed, Nov 1, 2023 at 7:04 PM SCOTT FIELDS
> wrote:
>
>> FYI, I'm awa
FYI, per the app using app teams, they're using the following protocols:
Mqtt
Amqp
Openwire
core
-Original Message-
From: SCOTT FIELDS
Sent: Wednesday, November 1, 2023 1:03 PM
To: users@activemq.apache.org
Subject: [EXTERNAL] RE: Native Oauth/OIDC integration in ActiveMQ
FYI
on in ActiveMQ
Can anybody clarify the use-case for this? What messaging protocols are in view
here? I'd love to understand more. Thanks!
Justin
On Wed, Nov 1, 2023 at 12:27 PM Matt Pavlovich wrote:
> Hi Scott-
>
> Got it, makes sense. Please open a JIRA for the request:
> INVALI
UNSUBSCRIBE
On Fri, Oct 27, 2023 at 2:08 PM Christopher L. Shannon
wrote:
> Affected versions:
>
> - Apache ActiveMQ 5.18.0 before 5.18.3
> - Apache ActiveMQ 5.17.0 before 5.17.6
> - Apache ActiveMQ 5.16.0 before 5.16.7
> - Apache ActiveMQ before 5.15.16
> - Apache ActiveMQ Legacy OpenWire Modul
Sent: Tuesday, October 31, 2023 3:19 PM
To: users@activemq.apache.org
Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ
Hi Scott-
There is interest in adding this to Apache ActiveMQ. A DRAFT RP was started
using JWT:
https://github.com/apache/activemq/pull/1035
In general, using OAu
7;s worth, most messaging protocols and/or clients don't support
Oauth anyway.
Is there a specific use-case you have in mind that requires Oauth?
Justin
On Tue, Oct 31, 2023 at 2:18 PM SCOTT FIELDS
wrote:
> To my knowledge, there is no native ActiveMQ integration for
> Autho
?
If not, what's the best way to request this?
Scott Fields
Kyndryl
Senior Lead SRE - BNSF
817-593-5038 (BNSF)
scott.fie...@kyndryl.com<mailto:scott.fie...@kyndryl.com>
scott.fie...@bnsf.com<mailto:scott.fie...@bnsf.com>
; be a good idea.
>
> On Thu, Feb 2, 2023 at 6:07 PM Scott Werner
> werner.sc...@protonmail.com.invalid wrote:
>
> > Hi,
> >
> > I have a need for a more advanced object message deserialization filter
> > than the current black/whitelist functionality. Now that Ar
onstructed object, but it does
avoid the config/serialization issues. Thoughts?
Scott
rom
vm://localhost2?marshal=false#2
at
org.apache.activemq.broker.region.RegionBroker.addConnection(RegionBroker.java:265)
…
Any help is greatly appreciated on how to property set this up.
Thanks,
Scott
e then transmitted (much later) and only to the failed node.
What I really want is for ActiveMQ to quickly retry delivery to another
node. So if it attempts delivery and the message isn't acknowledged for
750-1000ms, try another node. I can handle duplicates just fine. Am I
going about this the right way?
Thanks,
Scott
We have an Activemq Cluster of 3 brokers (Master - Master, multicast) with 2
networkConnectors (for each broker with duplex turned on) with one connector
for queues with conduitSubscriptions as false and the other connector for
topics with conduitSubscriptions as true. Activemq version is 5.6 and C
Additionally, I have tried setting prefetchSize to 1, played around with only
2 brokers but with no luck. Any help would be appreciated.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Activemq-Cluster-tp4658387p4658397.html
Sent from the ActiveMQ - User mailing list arch
Hi folk,
I was not able to stop activemq via follow command:
$ activemq/apache-activemq-5.5.0/bin/activemq-admin stop
Please help me. By the way, I can't use remote JMX as well even 1099 port is
listening:
$ netstat -tulpen | grep 1099
(No info could be read for "-p": geteuid()=502 but you should
>Not sure what exactly you mean here. Do you intend to use a
>transactional JMS session? You can configure
>a transaction between your producer and your broker as well as between
>the broker and your consumer.
What i am going to ask is any different between transaction in
producer,broker and th
Hi,
I am going to set acknowledge.Transactional for my message, but i am a bit
confuse on where to set.
Is it in producer or consumer? what is the different?
And how about redeliver policy? where should i set? producer or consumer?
what is the different?
Can someone help me clear these two conc
Hi All,
I am new to Java and Activemq, and i try to create a message queue
application in eclipse. I copy code from
http://activemq.apache.org/hello-world.html.
But i can't make it work, i have added activemq-all-5.5.0.jar and
slf4j-log4j12-1.6.1.jar file. but i got a error as below:
Exception
Hi Tim, how can i republish the message using standard NMS APIs?
Is there any NMS API can move message from DLQ to Original Destination
instead of creating a new message?
The following code is i use to reply message from DLQ, but it always create
a new message instead of using old message.
IMes
According to
http://activemq.2283324.n4.nabble.com/Programmatically-reprocessing-messages-from-a-dead-letter-queue-td2361418.html
We can use "QueueViewMBean" to reprocess messages in dead letter queue. But
I can't find this class in NMS.
Is there a way we can reprocess DLQ message use C# code?
Thanks Dejan, I got more clear picture on message now.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/How-can-we-know-the-last-acknowledge-message-for-each-specific-topic-tp3575054p3597149.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Hi Dejan,
Basically what i curious is whether has a tool that is able to show me all
those dead message information in dead letter queue, such as each message
initially was belong to which consumer, what is the message content, etc.
I can see all the dead message from JConsole, but unfortunately,
I was able to get all non-acknowledge messages from JConsole, but i can't
find a way to map those non-acknowledge message to each specific consumer.
By the way, i am using persistent message
--
View this message in context:
http://activemq.2283324.n4.nabble.com/How-can-we-know-the-last-acknowled
how can i monitor and know what is the last acknowledge message for each
specific topic?
Here is a scenario:
I have a publisher "A", and three subscriber "B","C","D", and publisher "A"
has send out 10 messages ("1" to "10") to all of them, but some accident
happen, "B" only receive "1" to "6", "
I have setup JDBC Persistence Adapter in MSSQL2008. And topic and queue
information were successfully log into database.
But i cant find a way to convert "ACTIVEMQ_MSGS.MSG" (image data type) value
to plain text value.
Is there a way to do on database level, or we have to retrieve those data
and
f possible.
Regards,
Scott Christopher
---
Problem retrieving message for browse
org.apache.activemq.kaha.RuntimeStoreException: The store is closed
at
org.apache.activemq.kaha.impl.container.BaseContainerImpl.checkClosed(BaseContainerImpl.
ped! I can
confirm the exact same behaviour exists with both ActiveMQ 4.1.1 and 5.2.0.
Can anyone help me here?
Many thanks!
Scott
esn't
seem possible with a single Queue.
Thanks for any clarification.
Scott
Gary Tully wrote:
>
> it uses a round robin dispatch policy by default but can be configured to
> use a strict order (same consumer up to prefetch limit) via a destination
> policy entry. Also priority
If a Queue has multiple consumers, how/what algorithm does the ActiveMQ
broker use to choose among the available set of consumers for a given
message? Is this customizable somehow?
Thanks.
--
View this message in context:
http://www.nabble.com/Load-balancing-using-Queues-tp24646257p24646257.ht
Hi,
We are using ActiveMQ 5.2 for developing our application and encounter some
strange problems.
When we performing to performance testing, the ActiveMQ will suddenly stop.
The test scenario is:
1. Create about 500 producers, and send 100 messages each to the same queue
with a single consumer.
Hi,
I'm in the market for commercial support for ActiveMQ. I notice there
are three (3) support vendors on the support page. Has anyone on this list
used one of these outfits for support and if so, can you give me feedback on
your experience? I'm particularly interested in how able they wer
RHEL 5.
Thanks again,
S.
-- Forwarded Message
From: Scott Frazier <[EMAIL PROTECTED]>
Date: Tue, 04 Mar 2008 21:10:26 -0500
To: "users@activemq.apache.org"
Conversation: NPE in DemandForwar
Hi,
I'm a recent adopter of ActiveMQ 4.1.1 in a simple, two instance
"network of brokers" configuration. I'm being burned by the
DemandForwardingBridge throwing an internal NPE and dying. I believe this is
the same issue as outlined in AMQ-1455.
Has anyone else been burned by this and i
Hm. I seem to have fixed the problem by merely moving the ActiveMQ
connection out of my consumer's constructor, and into a separate "start"
method. Everything seems to be working properly now. There don't appear to
be any variable lifecycle issues (like a local or argument being referen
nmittler wrote:
>
> Which version of ActiveMQ-CPP are you using and against which ActiveMQ
> broker version? Also, platform might be helpful.
>
ActiveMQ 4.1.1
ActiveMQ CPP 2.1
Fedora Linux
nmittler wrote:
>
> Could it be that this first consumer was started at or after the time the
> me
I'm creating a C++ adapter class to represent a message consumer connecting
to ActiveMQ.
Unfortunately, the consumers are not reliably receiving messages. Some
receive OK, but others have a problem where the first consumer of a
particular message doesn't receive. However, any additional consume
Hi,
I've run into an interesting problem and was wondering if anyone can
provide any insight. I have a linux box running ActiveMQ 4.1.1 with the
stock config. When I attempt to run the consumer and producer examples,
the first application to connect to the broker succeeds. The second
app
some firms are reticent to admitting use of open-source MOM, so off-list
would be fine. Our internal list would be activemq (at) swf.com.
Thanks in advance,
Scott
37 matches
Mail list logo