Skip to main content

All Questions

-1 votes
1 answer
26 views

Any HTTP/HTTPs supported Messaging or Queuing system available?

Friends, I am looking for Messaging/Queuing service, preferably opensource that supports Queuing-Dequeuing over HTTP(its a must). I know there are a lot of Cloud based services(AWS SQS, Azure EventHub)...
user1597990's user avatar
0 votes
1 answer
374 views

ActiveMQ broker gets constant null message pull attempts from a consumer

I have two ActiveMQ brokers with one consumer. The consumer's connection configuration is set to failover with either of the brokers. On one of the brokers I get a constant message pull log: INFO ...
Lukasz's user avatar
  • 6,787
0 votes
2 answers
2k views

Nats.io: Will the subscribers with the different subjects but the same named queue process messages in parallel?

Let`s imagine we have server A with publisher and servers B and C with consumers. Also we have got 5 different subjects; foo1, foo2,... foo5. We always want to send a message only to one consumer and ...
santriseus's user avatar
1 vote
2 answers
68 views

Is a Queue a sub-system of a Queue Manager systems or they are completely separate systems?

In the Message Queuing context: Can you please explain if a Queue is a sub-system of a Queue Manager? Or A queue and Queue Manager are completely two separate systems working together?
pencilCake's user avatar
  • 53.4k
0 votes
1 answer
99 views

Record all xmls from JMS queue before they get processed by trigger

Has anyone had any luck with a tool that can save all xmls (as say .txt or .xml files doesn't matter) that arrive on a websphere MQ before they get processed off the queue by a JMS trigger (without ...
toop's user avatar
  • 11.3k
0 votes
6 answers
581 views

Can an ESB send HTTP POSTs to subscribers?

I'm researching ESBs & Queuing implementations and it looks like in most cases when implemented as a pub/sub the subscriber needs to know about the publisher and either needs to initiate a ...
Brian Shotola's user avatar
1 vote
1 answer
3k views

What is the difference between an alias queue and a local queue?

In terms of JMS I just need a brief overview on how they are different. ie. does the alias receive the same messages that the local one does.
toop's user avatar
  • 11.3k
5 votes
6 answers
7k views

Messaging, Queues and ESB's - I know where I want to be but not how to get there

To cut a long story short, I am working on a project where we are rewriting a large web application for all the usual reasons. The main aim of the rewrite is to separate this large single application ...
ChrisInCambo's user avatar
  • 8,815