Zurück zum Blog

Tag: it

Marketing bei synyx – Was geht denn da so?

„Guten Morgen, liebe Kellerkinder“ — schallt eine sonore Stimme durch das jäh erhellte Großraumbüro Das ist der Thomas. Der Thomas ist der Chef in diesem kuriosen Laden namens synyx. Zumindest einer der drei Chefs. Der Thomas hat es gerne hell. Er ist die aufgehende Sonne des Marketing Teams und erleuchtet dieses nicht nur mit Halogenstrahlern, sondern auch als Product Owner Dieses Marketing Team — Wer sind die denn eigentlich und was machen die so den ganzen Tag?

Implementing At Least Once Delivery With RabbitMQ and Spring’s RabbitTemplate

Message Delivery Characteristics First some theory about delivery semantics in messaging systems. When a system wants to communicate via a message broker the developer needs a clear understanding of the delivery semantics. At first one needs to know if and how often a message will be delivered to the broker (and potential consumers): At most once - the message is delivered at most once but also not at all.

Using Travis CI to deploy to Maven repositories and GitHub Releases

This post outlines the steps needed to simultaneously deploy to Maven repositories and to GitHub Releases. Every time a tagged commit is pushed, a Travis CI build will be triggered automatically and start the release process. This blog post uses Sonatype Nexus as an example for a Maven repository manager. Preparing GitHub Releases Sergey Mashkov has written a Maven plugin that allows us to create a new release on our project’s releases page and upload our build artifacts to a release.