-
Great developer resources from RedMonk
RedMonk analysts are now following Solace. They also have great events and content for developers, such as: * RedMonk SlackChat: 2020 Virtual Events * The RedMonk Programming Language Rankings: January 2020 You can find more research papers, videos, podcasts, and data stories from their website. Hope this information…
-
.Net integration using .pem certificate
Hello, I'm looking for some help on how to import .pem certificate and use it .Net code. Any help or sample implementation for reference will be appreciated.
-
Spring cloud stream concurrency
Hi there I'm trying to configure more than one Consumer Thread for my functional consumer, the yaml file looks like this: cloud: stream: function: definition: bookIn bindings: bookIn-in-0: destination: BOOK group: BOOK_CONSUMER consumer: concurrency: 13 # has no effect_ The value is actually taken over into the…
-
Sample code to publish a message to a topic using spring cloud stream api
Can someone please provide me a sample yml configuration used to publish a message to a topic using spring cloud stream api?
-
RDP is up and running still message is not redirected to the consumer.
followed https://solace.com/samples/solace-samples-rest-messaging/publish-subscribe/ though server is up and running rdp is not able to forward message to the consumer(comes in queue) whereas directly posting a message to this nodeJs server is working fine.
-
Concurrency property with Solace Spring cloud stream api
I am using solace spring cloud stream apis to consume messages from a queue to a function. I would like to know how can I make it multi threaded using multiple message listeners(consumers) to the same queue so that I can process all the messages quickly. Concurrency property is not working, can you please give an example…
-
Streaming: tune-in Tuesday for live Office Hours: noon SGT
Ask Aaron, our Developer Advocate, any questions about Solace products and technologies every Tuesday on Twitch for free at https://www.twitch.tv/solacedevs. * noon-1pm SG/HK/Perth * 1pm-2pm Tokyo * 9:30am-10:30am India Yes, you heard right, any questions!
-
How to capture com.solacesystems.jcsmp.JCSMPErrorResponseException: 503
Hello I am using com.solacesystems.jms.SolConnection to create a connection to my cloud example. When I disable the mssage VPN, I get the following error in the wrapper log: TcpClientChannel 09Jun2020 20:43:36 Connection attempt failed to host 'xxxxxxx.messaging.solace.cloud' ReconnectException ((Client name: xxxxxx Local…
-
Implement in a chat app
hi all, where do I start if I want to implement PubSub+ in a chat app I'm building?
-
Immediate application shutdown after succesful start
Hi ! I have the following problem and no clue why the application behaves as described: I created a spring boot cloud stream application with gradle or maven (same behaviour) and added a subscription to a durable queue for consuming messages send to the topic. The application starts succesful but is followed by an…