655 questions
1
vote
1
answer
635
views
How to resolve IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED')
I have a Spring project where I need to connect to IBM MQ to send and receive messages from but I'm getting the below exception:-
IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035'
('...
0
votes
1
answer
618
views
Ansible Playbook Not retaining "locale" settings: LC_ALL and LANG empty
I'm experiencing an issue with Ansible playbook where the locale settings do not seem to be retained on the target host. I'm running a playbook with task that will register as output a date. It used ...
1
vote
1
answer
93
views
Stream Filtering GeoSpatial Data
I’m developing a client application that displays real-time data on a map from various sources. I’m concerned about performance issues or potential crashes if there are too many resources being ...
0
votes
0
answers
92
views
Client Application throws IBM.WMQ.MQQueueManager throws an exception
When I try to connect to WebSphere MQ Server using C# Application, I encounter the exception: "The type initializer for 'IBM.WMQ.MQQueueManager' threw an exception." I have added reference ...
0
votes
1
answer
59
views
JMeter parallel mq publishing request messages with unique sequence ID which needs to be validated against external system before being sent
I need to create some load test of Publishing messages onto a system which takes input through an ActiveMQ Artemis Queue.
The problem I have is that each request I send must have a unique sequence ...
0
votes
2
answers
657
views
Headers are not read in IBM MQ
Im trying to put a message with some headers to a topic and get them using the java client [1]. However, I am able to successfully put the message with headers, but unable to get the headers from the ...
2
votes
1
answer
126
views
Linux Posix Message Queue
Here, I am trying to do that the child processes are going to find the prime numbers from the text file and send them to the parent process via Linux Posix MQ and the parent print them onto the ...
4
votes
2
answers
7k
views
IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2009' ('MQRC_CONNECTION_BROKEN')
I'm getting this error till there was no publisher to the topic. As soon as there was a publisher and the message started to get published on the topic, the JMS listener was actively listening and the ...
0
votes
0
answers
314
views
How to set WMQConstants.USERID in springboot application to connect to IBM MQ?
I'm trying to connect to IBM MQ (Remote queue) through my spring boot application.
Configuration:
@Configuration
@EnableJms
@ConditionalOnProperty(value = "mq.enabled", havingValue = "...
0
votes
1
answer
225
views
how to increase the number of threads/task inserting into MQ using JMS caching connection factory?
I have a Kafka consumer with 10 consumer threads consuming from 10 partitions and inserting into MQ using the JMS template caching connection factory (SessionCacheSize(10)). The MQ insertion part is ...
1
vote
2
answers
964
views
How can I set the JMS_IBM_MQMD_MsgId header using Apache camel-jms
So, I have a message that I'm sending over an IBM mq queue and I would like to give it a customised MessageID. I've implemented DestinationResolver with the below properties in order to enable MQMD ...
0
votes
1
answer
808
views
PHP Message Queue for low volume jobs
When using PHP and a Message Queue (MQ) system like RabbitMQ, Beanstalkd, etc.
Adding jobs to the queue seems simple enough (often a HTTP request).
But to process the queued jobs, most examples ...
-1
votes
1
answer
408
views
error when trying when using mq_open on linux [duplicate]
I am trying to open a queue on linux in C++ and it returns a -1 error.
how would I debug this issue.
int32_t MaxMsgs;
int32_t MaxMsgLength;
eoMQHndlT msgQptr = -1;
char temp[32];
...
0
votes
1
answer
746
views
kafka consumer to ruby on rails
I am currently working with a rails server which is supposed to run python script, which are kafka consumer/producer.
The server must to run the script then receive the processed data from consumer, ...
0
votes
1
answer
140
views
I have multiple JMSlisteners where am using @JMSListener annotation with queue as destination. Observing the loss of events in our listeners
The volume of our application is too huge i.e around 500million per day. We are observing some loss of events. Please share if anyone has observed loss of events while consuming using @JmsListener.
0
votes
0
answers
82
views
How to manual confirm (ack) message at consumer side in spring cloud stream 3.2.4
My code, its use function programing model
@Bean
public Consumer<Message<String>> test() {
return msg -> {
// how to confirm ack manually
};
}
-1
votes
1
answer
526
views
...factory.UnsatisfiedDependencyException actually of type 'org.springframework.cloud.sleuth.instrument.messaging.LazyTopicConnectionFactory'
So I've been trying to find out solution to this from long ! Any insights would help !
I am getting following error
org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating ...
0
votes
2
answers
447
views
Monitoring MQGET
Is there any open-source tool or plugin to monitor MQGET calls?
More specifically we need to monitor Total MQGET operations on MQ Manager for some specific queues.
Checked the link provided with How ...
2
votes
2
answers
2k
views
Customize the automatic reconnection settings to IBM MQ
I have written a code to connect to IBM MQ, and i am using ConnectionNameList which automatically reconnects to ibm mq.
I want to customize the reconnection which is happening implicitly. I have ...
0
votes
1
answer
7k
views
How to establish SSL communication be IBM MQ & the MQ java client?
I'm trying to connect my java based application to the IBM MQ queue manager through the MQ client. SSL is already configured at MQ Server which is managed by third-party, Now to configure the SSL on ...
1
vote
1
answer
586
views
IBM MQ Rest Api communication via mqweb
Is it possible to configure multiple mqweb URLs on a single host? The host has multiple IP -s binded.
For example:
MQWB1124I: Server 'mqweb' is running. URLS:
https://localhost:9443/ibmmq/rest/v1/
...
1
vote
0
answers
628
views
How to set to get message using IBM MQ Client from remote IBM MQ Server
I am setting queue messaging system between IBM MQ Server and IBM MQ Client.
I already setup connection IBM MQ Server and IBM MQ Client.
In MQ server queue, there are some messages.
And I can get ...
0
votes
1
answer
1k
views
Cannot connect to MQTT Broker from ReactJS
I'm facing issues while connecting to my local MQTT Broker running in docker.
Here is my connection file:
import mqtt from 'mqtt';
const client = mqtt.connect({
host: 'ws://192.168.31.46',
port: ...
0
votes
1
answer
112
views
IBM XMS .Net how do I receive images files like png and jpg from the MQ
I have a .net XMS client to receive messages from the MQ. It can receive text files fine. But the problem starts when I try to receive .zip or png files. The problem is that the file saved is ...
1
vote
1
answer
88
views
ServiceStack RedisMessageQueueClient: Errors are not returned to the ReplyTo address, nor is the RetryAttempts used?
I am using the RedisMessageQueueClient as can be seen here:
public TResponse SendSync<TRequest, TResponse>(TRequest request, int? timeoutMilliseconds = null)
where TRequest : ...