Questions tagged [message-queuing]
49 questions
0
votes
1 answer
Kafka Producer & Consumer hosts
Would Kafka Producer & Consumer hosts can be same. Suppose if I've producers like host1,host2 & host3.
Can I use same host1, host2 & host3 as consumers?
What are the consequences/challenges if I use producers & consumers as same hosts.

KKE
- 135
- 1
- 4
- 11
0
votes
1 answer
Fix Cloud Dataflow worker to Pub/Sub Topic
I am looking at moving some of my backend to a google cloud pub/sub and cloud dataflow architecture to handle stream processing. One of my main needs is to ensure that messages arrive in order to the subscriber, i am wondering if it is possible to…

Al Hennessey
- 101
- 1
0
votes
1 answer
High response time on Azure Web App
I have developed a RESTful api that I deployed on Azure Web App. While performing the load test using JMeter, I see that the response time is huge i.e ~18secs. This response time appalls me because the endpoint I have exposed only receives a ~1-2KB…

Sarmad
- 101
- 2
0
votes
2 answers
ELK vs RabbitMQ for high-volume messaging/document processing?
I've been looking at the ELK stack or RabbitMQ to replace a homegrown system that ingests a large number of files (200-300 million per hour) and operates on then sends them to various locations based on name and content, storing a copy locally.…

Oblivious12
- 31
- 2
- 8
0
votes
1 answer
Use WAN as internal network
Suppose I have a little web infrastructure for serving clients that contains nginx as a frontend server, couple of backends (upstreams), a messaging system, db and so on.
This stuff is located on two dedicated servers. There are LAN between servers…

Ivan Velichko
- 145
- 2
- 11
0
votes
1 answer
SP with xp_cmdshell gives an error in the MessageQueue, but executes successfully in Management Studio
I have a SP, which calls xp_cmdshell in it. This SP is being used in a MessageQueue.
The SQL server and Agent services are configured using a Domain service account, and this service account has a login under the sysadmin server role as well.
When…

user120612
- 11
- 1
0
votes
1 answer
How can I install Message Queuing on Windows Server 2003?
Setup:
Windows Server 2003
Hooked up to a domain
I'd like to install Message Queuing on the server but I get an error message when I try to use the Windows Components Wizards:
The Message Queuing properties of this computer cannot be obtained from…

Zian Choy
- 281
- 5
- 18
0
votes
1 answer
any way in exim to automatically delete failed messages?
Is there any way to configure my exim to delete messages automatically that
bounce or have errors instead of them getting frozen and accumulating in the
queue? i am getting lots of massage in queue name frozen.
Thank You,
Radhe

Radhe
- 339
- 1
- 2
- 10
0
votes
1 answer
Exchange 2007 migration to exchange 2010 - public folder issue
-----Some info----- 2007 Server has multi roles - CAS/HT/MBX
2010 server has multi roles CAS/HT/MBX
mail is flowing fine from all the mailboxes on the 2010 server (they were all moved from the 2007 server).
I have followed the instructions from…

colo_joe
- 97
- 2
- 3
- 14
0
votes
1 answer
Is there a system wide limit to the total amount of socket & queue buffer space?
in Linux I know that you can tweak the maximum buffer size per socket connection, but is there a system wide limit to the amount of space the buffers can take up and does this apply equally to the size of message queues?

Joe
- 101
- 1
- 5
0
votes
1 answer
HA set-up for hornetq
i am absolutely new in this area and we are going to set-up hornetq as a MOM in our production servers soon. after reading the documents, i was thinking that it will be good to have client side fail-over with 2 or more hornetq servers in clustered/…

user1012916
- 1
- 1
0
votes
1 answer
Connecting two Windows XP with MSMQ
I have MSMQ installed on two Windows XP computers. Can I configure them to pass messages back and forth, or do I need an MSMQ server in the middle?
If I need an MSMQ server, does the normal MSMQ with Win2003 able to act as that? And then, how do…

NealWalters
- 1,333
- 8
- 19
- 39
0
votes
0 answers
Kafka Issue : Request joining group due to: group is already rebalancing
The pod is not getting restarted, No ongoing rebalance to finish consumer group experiences no frequent changes, but still rebalancing issue occurs. is there anything wrong with the configuration?
This is the Kafka…

Spartan
- 101
- 2
0
votes
1 answer
Kube MQ java Language
Can someone tell what's the highest version of gradle and java the KubeMQ java SDK supports?
As there are many function in the SDK directly or indirectly which creates issues related to the version of gradle, as it was created from the Gradle…

neeraj
- 1
0
votes
0 answers
Negative pending messages in ActiveMQ
We have a cluster of 6 ActiveMQ nodes. ActiveMQ version is 5.15.8 on all nodes. The problem is that we randomly face negative count of pending messages on brokers. We googled the issue and found that some fellows have the same issue on older…

Sinai
- 203
- 1
- 3
- 17