-
(403) - Publish ACL Denied
Team, I am using Solace JMS Spring Boot Starter for sending a message to a topic and getting the following error(403) - Publish ACL Denied solace.jms.host=tcps://hostname:30969solace.jms.msgVpn=integrationsolace.jms.clientUsername=usernamesolace.jms.clientPassword=passwordspring.main.allow-bean-definition-overriding=true…
-
Spring Boot JMS Retry Connect configuration
I am using SpringBoot Solace JMS AutoConfig and i would like to know how can we add connect retires and reconnect-retries to the JMSTemplate and JMSListener. We are using the Solace Java client Library and we can handle this configuration through the below properties . solace.java.connect-retries…
-
Solace Spring JMSListner
Team, I am new to the Solace and i am currently using in the Solace SpringBoot JMS. I have created a Queue and Published 500 Message to it. I want to implement a Multithreading behavior to my consumer which will consume the message parallelly and process instead of one by one. I have added the minimum concurrency as 5 and…
-
Consumer Application Server going down
We are seeing below error in JVM Heap Dump and our Consumer Application servers going down everytime: "Context_115_jms_1868_ConsumerDispatcher" #6387 daemon prio=5 os_prio=0 cpu=0.21ms elapsed=70319.77s tid=0x00007fda7031d800 nid=0x1e08 waiting on condition [0x00007fda26f16000] java.lang.Thread.State: WAITING (parking) at…
-
Tibco BusinessWorks 6.x integration with Solace
Hi, I learnt from the link (https://docs.solace.com/Developer-Tools/Integration-Guides/Solace-JMS-Integration-TIBCO-ActiveMatrix-BusinessWorks.pdf) that Solace can be integrated with Tibco BusinessWorks 5.x. But not able to find any materials on how to integrate Solace with Tibco BusinessWorks 6.x. Is there a way to…
-
Secure connection on Local Host
Hi, I am using the Solace Software as a Docker container. I am able to establish a default connection (localhost:55555) and compressed connection (localhost:55003) with the broker. For the secured connection, I enabled the port 55443 while running the container, but when I try to establish a secure connection it gives me…
-
Solace PubSub+ Authentication against Oracle IDAM
Hi, In my architecture the clients connect to event broker either via JMS or REST. These clients need to be authenticated via Oracle IDAM. I know that other messaging platforms such as TIBCO EMS provide JAAS module which can be configured to get authenticated against IAM servers. Does Solace provide such feature so that…
-
Solace-Kafka connectors ready for deployment in a distributed Kubernetes environment
Hello, my name is Rodrigo Félix and I'm a Computer Science and Software Engineering student that’s currently doing an internship in Link Consulting. My goal was to instantiate Solace-Kafka connectors in a distributed kubernetes environment. Since there wasn’t any guide of how to deploy them in kubernetes and no images…
-
Subscription concurrency to speed up data consumption
Hi, In solace I pre-configured a Non-exclusive queue and now trying to consume data in spring cloud steam app , by providing spring.cloud.stream.bindings.fn-name.consumer.concurrency=4 , In logs i can see it's trying to start four subscriber but all four are getting timed out. If we make this number as 1 or remove this…
-
BOOMI : Publish Events to PubSub+ with custom headers & Listen to events and get headers
I write this post to share how to do the following things in Boomi : * Publish a message to Solace with custom headers * Listen for message and get the headers, parsing the custom headers stored in "userProperties" header Boomi is an iPaaS solution (other well known iPaaS : TIBCO Cloud Integration, Mulesoft) You can read…
-
How to use Solace-Kafka-Connectors in a Kubernetes distributed environment
Hi, I'm trying to connect my solace broker, running in a kubernetes cluster on a cloud provider, with my kafka pods also running in kubernetes on another cloud provider. In order to do so (using the solace-kafka-connectors) do i need to create my own kafka image with the connectors already inside and configured? or is…
-
New Tutorial Available - Spring Cloud Streams
A new tutorial has been posted to the Solace Samples pages! Be sure to check it out. https://tutorials.solace.dev/spring/spring-cloud-stream/
-
Not getting data from Queue while consumed using Spring Boot ,But Solace end its showing data sent
I am facing while consume(""q-51685-stavi-pymt-rtgs-outward") the data from Solace queue not getting any data , but in Solace its showing data consumed , its happening in System integration Testing. While publishing we are able to publish the data in 2 different topics to Solace. Already 2 days gone our solace team also…
-
Logstash input and output plugins for Solace
Hi everyone! Just a quick note to say that I've started writing some dedicated/native plugins for Logstash using JCSMP, both an input plugin (reads messages off Solace and injects into Logstash), and output plugin (takes Logstash events and publishes as Solace messages). Logstash has been around forever, and integrates…
-
spring cloud stream
cloud: stream: bindings: inbound: destination: TestQueue group: perf concurrency: 2 I get 403 Permission Not allowed whenever i add a group name what is causing issue ? TcpClientChannel : Error Response (403) - Permission Not Allowed - Queue
-
CloudEvents reference
Do we have any API specification or reference to enable CloudEvents part of webhooks?
-
Looking for ttl setup on each message in spring cloud stream
i am able to set ttl on queue persistence message , using solace cloud broker GUI, but this settings is applied on each message with uniform value, is there any way keep this value in application.yaml or properties file and during message published time it will be applied for each messages. In solace doc it's says you can…
-
Android. Request interrupted error
Is there any how meet "Request interrupted" error? my you tell what was your reason to get it? i have one request that constantly throws this error on android 7.0 and 7.1 Http logs says, that i call disconnect and send it information to server. and server received it. but i "send disconnect despite on i dont do it. and…
-
c-Api solClient_flow_sendAck & solClient_msg_BinaryAttachmentPtr
Hi , Apologies this is less of a discussion and more of a question. via the c-api, is it valid to access the pointer obtained in the call to solClient_msg_BinaryAttachmentPtr, after calling solClient_flow_sendAck ( for the msgId for which the binaryAttachmentPtr was called) i.e will the sendAck invalidate the pointer. Many…
-
Spring Cloud Stream Microservice Deserialize Messages
Hello, I have set up a Spring Cloud Stream microservice with the solace configuration. This microservice has been able to take in payloads of type string or java object, but I am now receiving SpB (protobuf) messages through solace. My goal is to deserialize these messages to JSON or POJO to be able to actually work with…
-
Code sample to push data from solace to GCS bucket on GCP
Code sample to push data from solace to GCS bucket on GCP. Also does it support Outh 2.0 for authentication
-
Do we have dataflow batch connector for solace
Do we have dataflow batch connector for solace on GCP which can be scheduled .
-
PubSub+ connection with NATS
Hello I need to get messages from a NATS (nats.io) plateform and publish them into PubSub+ where all our systems are connected I tried to find on nats.io a connector to PubSub+ (https://nats.io/download/#connectors-and-utilities) with no success. I tried to dig the forum with no success either. Is there already a connector…
-
Solace PubSub+ Connector for Mulesoft(Integration)
Hi Everyone, A month back, I have received this link from @Tamimi about Integrating PubSub + with MuleSoft Solace Connector. The Solace connector for MuleSoft is still not publicly available in MuleSoft Anypoint Exchange. It is available as an open source project in Solace Github repository. Once the Solace connector will…
-
Solace Dynamic routing
Is dynamic routing is same as dynamic destination binding Dynamic routing as per rabbit all producer published to same queue, configured on routingKeyExpression for producer and consumer listener receives it based on bindingRoutingKey. does this can be accomplished using stream bridge or BinderAwareChannelResolver??
-
Router does not support guaranteed subscriber flows
Hi SolaceDevs, We are facing below error while consuming the messages from the queue. Seems we will need to enable the Guaranteed message on message vpn and client-profile level but how can we enable on PubSub+ Cloud. Thanks, NaGG
-
NodeJS troubleshooting help
Hi all, I'm not very good at JavaScript coding. I spent some time on the weekend coding up a simple app that does REST polling every minute (gathering arrival times from a bus stop, via an open API), and publishing the values via MQTT onto Solace broker using MQTT.js. Now... I've been running the program using nohup node…
-
Api to unsubscribe to a topic and delete the queue
I have a queue and topic created like this. Now I want to unsubscribe to the topic and delete the created queue. Is there any api to do this? curl http://localhost:8080/SEMP/v2/config/msgVpns/aaron/queues-X POST \- u admin:admin \- H “Content-type-type:application/json” \- d ‘{…
-
Publishing the event in existing microservice
How can we publish event in running existing microservice using solace and spring cloud stream.
-
Mobile Apps
The JavaScript libraries make mention of mobile client applications, can they be used in react-native? if not what is the recommended approach for integrating solace with mobile apps?