-
[Poll] How do you start your day?
-
Async API Error in Event Portal + AsyncAPI Code Generation Codelab
When I run the command "ag -o RideDropoffProcessor -p binder=solace -p reactive=true -p artifactId=RideDropoffProcessor -p groupId=org.taxi.nyc -p javaPackage=org.taxi.nyc -p host=taxi.messaging.solace.cloud:55555 -p username=public-taxi-user -p password=iliketaxis -p msgVpn=nyc-modern-taxi…
-
[New Video] Event Topics: Kafka vs Solace Implementations
https://video.solace.com/watch/DeMUHktSKDKCbf5kXh4YJZ When you build operational and distributed applications and microservices using event-driven architecture and the pub/sub pattern, it is important to consider how you define your event topics. Do you want to use the flat topic structure by Kafka or an advanced event…
-
Solace Developer Spotlight: Nagaraju Kshathriya (aka NaGG)
Hometown: Chittoor, Awesome place in Andhra Pradesh, India Born and brought up in: Chittoor, India Years of being a developer: 4 Primary programming language(s): Little bit Python but most of the time, I’m into integration platforms and currently exploring MuleSoft as a developer/architect. How did you start as a…
-
Early Access is Now Available for the New Java API 🎉
Early Access is Now Available for the brand new "PubSub+ Messaging API for Java" 🎉 Solace Community members can find out more about the API in the "Early Access API" category here: https://solace.community/discussion/643/early-access-now-available-for-the-new-java-messaging-api
-
EDA Myths! What claims have you come across?
Howdy ya'll! EDA is one of the many topics I am passionate about and I am regularly involved with topics and conversations about it in the community. Just like any other domain, there are some claims and myths in EDA that people exchange every now and then. I wanted to start this conversation here to hear from you all:…
-
Solace spring cloud stream support
Couple of questions i have * Does solace has compress support for producer ? producer: compress: true * Does autoBindError Queue is supported only in consumer or producer ? * if i enable error-channel-enabled: true, is there a way to listen to all the error together in one channel, and i would be able to drop them back to…
-
ALERT : Mate Link Port x/x/x: Is Down
Hi Team, This is for active /standby setup. getting error on both side. Getting this error in both solace boxes. Redundancy is up in primary node (local Active) and AD-active. In Secondary Node - Mate Active and AD-Standby. What can we check for the given error? In Primary node ALERT : Mate Link Port x/x/1: Is Down In…
-
Difference between the Boomi Generic JMS Connector and Boomi Solace JMS Connector
Hi, we're evaluating Solace in combination with Boomi. What are the differences between the Boomi Generic JMS Connector or the Boomi Solace JMS Connector?
-
Solace message compression
How can i check if the message is compressed?? Q1. if i connect solace session with the compressed port , then all messages send out would be compressed ?? Q2. if i connect solace session with normal port (no compression), can i manually set the compression level in solace session property instead ?? So that all messages…
-
Getting Connection object when using JMSListener
Hi, Is there any way to get the handle of Connection object when using @jmslistener? @Bean(name = "FeeBillConnectionFactory") public JmsListenerContainerFactory jmsListenerContainerFactory(ConnectionFactory cachingConnectionFactory){ DefaultJmsListenerContainerFactory jmsListenerContainerFactory = new…
-
Meet error javax.naming.NamingException: Username must be specified when consume solace
Hi gurus, My scenario is capture Solace JMS message then deliver to oracle via OGG Application Adapter (jmsvam). throw below error message when start ogg extract process it's stranger what username should be specified? but i already setup java.naming.security.principal does my reference solace jars are correct? May 21,…
-
JMS Transaction COMMIT error
Hi Team, I have seen this error in logs. Can someone explains me when this error occurs and what happens to messages? javax.jms.JMSException: Error committing - internal error (Operation COMMIT disallowed in state COMMITTING.) Caused by: com.solacesystems.jcsmp.InvalidOperationException: Operation COMMIT disallowed in…
-
Spring Cloud Stream + Microservice Pub/Sub
Hello, I am creating a microservice through spring cloud stream. My idea is to have a publisher application send messages through a queue to the microservice, which will then process data, and send out the processed data to a consumer application through a queue. I am having an issue with understanding how to configure the…
-
Replay and Topics
Based on my understanding, the replay feature records topic events that can be replayed at a later point in time. Would it record events on topics that does not have any subscriptions/subscribers? If it does, the replay queue would become a catch-all, DLQ sort of thing. What is the expected behavior?
-
Passwork reset | Support user | Getting access denied
Hi Team, During login with support **user it is showing access denied for box login, we think user config got corrupted and thinknig of resetting the password. Suggestion for the possible ways of resetting the pass and the easy one :) ? How can it be done ? 1) using CLI user (admin)? 2) using shell user (root) ? **Need an…
-
using google.protobuf.Timestamp in c/c++
Hi, I use time_t for google.protobuf.Timestamp in implementation, but doesn't seem to me that it works out well. eg. i put time t t3 = 1621435475, is Wed May 19 10:44:35 2021, but the solace server return time t as, 140723368189072, is Tue Jan 7 03:57:52 4461316, which is garbage. Do you have any idea why? Thanks.
-
What are your takeaways from EDA Summit 2021?
Yesterday’s EDA Summit was a great success. I’m sure you enjoyed it as much as I did. My biggest takeaway from it is that EDA is not just a concept anymore. It is a real thing now across almost all the industries. I can see that growing popularity and momentum in Gartner’s Keith Cuttridge’s session about trends in EDA…
-
Access the Solace Admin from the Virtual Machine Host
Hello dear community, I'm new to solace in general and I would liked to get a support the following case. I have a centos 7 virtual machine running on My Windows Host, Inside the VM, I have Docker installed and a running solace container, The ports are correctly forwarded to the outside of the Docker and to the outside of…
-
Jms, Spring cloud stream
Can I read the message which was published by solace producer using spring cloud stream, i tried but i am receiving a byte message and getBody of Message interface throws exception. Even i tried separately as well but got java.lang.AbstractMethodError: Receiver class com.solacesystems.jms.message.SolBytesMessage does not…
-
Need to connect to two VPNs using Spring boot solace
We have requirement where we have to manually switch between active and DR vpn. so few questions 1. How to connect to multiple vpns? 2. 2. how to identify the vpn is down ? Thanks
-
Subscribing to a subset of the fields on a chatty topic
Hello Solace Community, I'm just starting out with Solace and I'm trying to figure out how topics work. Reading documentation I can see how to subscribe to topics and how to use wildcards but I don't see how to subscribe to a subset of a topic. I have a very chatty topic that sends out SDT maps and I'm only interested in a…
-
Use exclusive queue as distributed lock?
I was wondering if I could use an exclusive queue as a rudimentary distributed "headship" mechanism. If there are multiple queue consumers that create a flow to the queue, my thought is that whoever is the active consumer would considered the head node, and if they shut down then headship would automatically be transferred…
-
JMSToolBox: Not able to browse through all queues created on VPN
Hi Team, Need your help here. I'm trying to use JMSToolBox to browse and see the content of the messages on solace queues. have completed the setup and able to connect to solace VPN but the JMSToolBox is displaying only 100 queues. there are around 500+ queues created on Solace VPN and I'm not able to browse through all…
-
Solace queue monitoring in splunk
Hi Team, We are trying to integrate solace with splunk via API's, We want to monitor for example queue size, how many messages are there in queue but unfortunately we are unable to figure out the rest api urls to monitor. Could anyone help me out with API's
-
Error when setting up Java Code
Hi, When I am setting up the BasicReplier and BasicRequestor code in STS, I am getting below error No "exception of type JCSMPException can be thrown; an exception type must be a subclass of Throwable" in design time. Am I missing anything or any jar file? I just coped the BasicReplier and BAsicRequestor code and I cannot…
-
Queue: It's a Noun... It's a Verb... It's Both (1 of 2)
Queue as a noun, represents a list of objects, commands, etc., stored in a retrievable, definite order in the order of insertion. Queue as a verb, represents an operation to (re)arrange items from the set of operations such as dequeue, browse, replicate, empty, etc available on a queue. Solace Queues are created and…
-
Create a Spring Cloud Stream Microservice in 5 minutes
Hope everyone is having a great week. I wanted to share my newest blog and video where I show how simple it can be to get started with Spring Cloud Stream using start.spring.io & of course a Solace PubSub+ Event broker. If you've never done it, you should give it a shot! It only takes 5 minutes :) Blog is here. And Video…
-
Spring cloud stream -- jmsTempate
I am trying to read a message using jmsTemplate but not able to cast it, i need to read payload/body and then i have to drop that message using jmsTempate to another queue. class com.solacesystems.jms.message.SolBytesMessage cannot be cast to class javax.jms.Message
-
Spring cloud stream
In case when we siphon the message from an error queue we dont get from which queue it was thrown like rabbit does it by proving original queue name, also how to get all the headers i am using jmsTemplate or jndiTempated i see property to gather there is not separate method to just get all the headers, also there is method…