RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-21 Thread SCOTT FIELDS
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

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-08 Thread SCOTT FIELDS
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

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread SCOTT FIELDS
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

Re: CVE-2023-46604: Apache ActiveMQ, Apache ActiveMQ Legacy OpenWire Module: Unbounded deserialization causes ActiveMQ to be vulnerable to a remote code execution (RCE) attack

2023-10-31 Thread Scott Weikart
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

RE: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread SCOTT FIELDS
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

RE: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread SCOTT FIELDS
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

Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread SCOTT FIELDS
? 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>

Re: ObjectInputFilter alternative to serial black/whitelist filter

2023-02-13 Thread Scott Werner
; 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

ObjectInputFilter alternative to serial black/whitelist filter

2023-02-02 Thread Scott Werner
onstructed object, but it does avoid the config/serialization issues. Thoughts? Scott

Properly setting up an ActiveMQ broker network via discovery

2021-01-18 Thread Scott Ortel
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

Retry queue message delivery to another node after timeout or connection failure

2018-07-17 Thread Scott Van Wart
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

Activemq Cluster

2012-10-31 Thread Jack 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

Re: Activemq Cluster

2012-10-31 Thread Jack Scott
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

I Can't Stop ActiveMQ

2011-09-05 Thread Scott
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

Re: Two conceptual questions in producer and consumer

2011-07-11 Thread Scott
>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

Two conceptual questions in producer and consumer

2011-07-10 Thread Scott
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

Error message about ActiveMQConnectionFactory

2011-06-18 Thread Scott
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

Re: How to reprocess DLQ message in .NET C#?

2011-06-16 Thread Scott
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

How to reprocess DLQ message in .NET C#?

2011-06-14 Thread Scott
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?

Re: How can we know the last acknowledge message for each specific topic

2011-06-14 Thread Scott
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.

Re: How can we know the last acknowledge message for each specific topic

2011-06-12 Thread Scott
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,

Re: How can we know the last acknowledge message for each specific topic

2011-06-06 Thread Scott
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 we know the last acknowledge message for each specific topic

2011-06-05 Thread Scott
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", "

How to get back message data from SQL Server 2008

2011-05-31 Thread Scott
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

RuntimeStoreException: The store is closed

2010-09-23 Thread Scott Christopher
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.

XAResourceRecovery for ActiveMQ on JBoss

2009-08-12 Thread Scott McNab
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

Re: Load balancing using Queues

2009-07-24 Thread Scott Lewis
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

Load balancing using Queues

2009-07-24 Thread Scott Lewis
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

Strange ActiveMQ hang problem

2009-07-21 Thread Scott Su
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.

Commercial Support Alternatives

2008-03-06 Thread Scott Frazier
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

FW: NPE in DemandForwardingBridge

2008-03-04 Thread Scott Frazier
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

NPE in DemandForwardingBridge

2008-03-04 Thread Scott Frazier
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

Re: c++ client doesn't receive on all topic consumers

2007-10-25 Thread Scott the Red
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

Re: c++ client doesn't receive on all topic consumers

2007-10-25 Thread Scott the Red
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

c++ client doesn't receive on all topic consumers

2007-10-24 Thread Scott the Red
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

Problem negotiating wire format on second connection

2007-05-13 Thread Scott Frazier
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

Clustered Broker Support

2007-04-24 Thread Scott Frazier
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