• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

creating a simple producer consumer with Solace

 
Ranch Hand
Posts: 595
6
jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a requirement to use messaging to transfer data between two standalone services. I do not remember how to use JMS service. I have tried using solace library for this purpose. My solace producer is working but somehow my solace consumer doesnt. I have tried searching in net for some working example but made no progress. Now after spending 3 days trying to do this. I am beginning to think I should use tibco for this purpose. but in that too, I did not find how to start the tibco service programatically. Please let me know how I can progress from this situation.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solace is a pretty expensive piece of equipment. And practically every company that owns them, also purchase support contracts. Why don't you use Solace support? Or their KB articles?


Also, regarding Tibco, which Tibco messaging are you referring to? RV? EMS? FTL? ... heck, you can even get Tibco RV on a Solace appliance...

Henry
 
s ravi chandran
Ranch Hand
Posts: 595
6
jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Henry Wong wrote:Solace is a pretty expensive piece of equipment. And practically every company that owns them, also purchase support contracts. Why don't you use Solace support? Or their KB articles?


Also, regarding Tibco, which Tibco messaging are you referring to? RV? EMS? FTL? ... heck, you can even get Tibco RV on a Solace appliance...

Henry



Thanks for the reply. There is no solace support available from what I know. I did not find the articles section.
Regarding Tibco, I was talking about the EMS part.
 
Henry Wong
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

s ravi chandran wrote:
Thanks for the reply. There is no solace support available from what I know. I did not find the articles section.
Regarding Tibco, I was talking about the EMS part.



Considering that Solace is a very specialized, and very expensive, piece of equipment, perhaps it would be a good idea to ask some of your colleagues (who are using the appliance), or one of the system/network administrators (who manage the appliance) for help. You will have a much higher chance of finding someone who can help you, than someone here.

Sorry,
Henry
reply
    Bookmark Topic Watch Topic
  • New Topic